Home
last modified time | relevance | path

Searched defs:py_module (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_dist.py398 def test_dist_default_py_modules(tmp_path, dist_name, py_module): argument
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-python.c205 PyObject *py_module = py->py_module; in init_py_module() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_torch_functions_manual.cpp605 auto py_module = py::module::import("torch"); in initTorchFunctions() local
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1800 auto py_module = py::reinterpret_borrow<py::module>(module); in initModule() local
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h401 PyObject *py_module; member