Searched defs:py_module (Results 1 – 5 of 5) sorted by relevance
398 def test_dist_default_py_modules(tmp_path, dist_name, py_module): argument
205 PyObject *py_module = py->py_module; in init_py_module() local
605 auto py_module = py::module::import("torch"); in initTorchFunctions() local
1800 auto py_module = py::reinterpret_borrow<py::module>(module); in initModule() local
401 PyObject *py_module; member