Home
last modified time | relevance | path

Searched refs:PyModule_Create (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/python/cpython3/Modules/
D_testimportmultiple.c22 return PyModule_Create(&_testimportmultiple); in PyInit__testimportmultiple()
39 return PyModule_Create(&_foomodule); in PyInit__testimportmultiple_foo()
55 return PyModule_Create(&_barmodule); in PyInit__testimportmultiple_bar()
/aosp_15_r20/external/python/cpython3/Include/
Dmodsupport.h136 #define PyModule_Create(module) \ macro
139 #define PyModule_Create(module) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmodsupport.h136 #define PyModule_Create(module) \ macro
139 #define PyModule_Create(module) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmodsupport.h136 #define PyModule_Create(module) \ macro
139 #define PyModule_Create(module) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmodsupport.h136 #define PyModule_Create(module) \ macro
139 #define PyModule_Create(module) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmodsupport.h136 #define PyModule_Create(module) \ macro
139 #define PyModule_Create(module) \ macro
/aosp_15_r20/external/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/
H A DModule.cpp10 PyObject* mod = PyModule_Create(&openreg_C_module); in PyInit__C()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmodule.rst137 to :c:func:`PyModule_Create`, and return the resulting module object,
255 .. c:function:: PyObject* PyModule_Create(PyModuleDef *def)
270 Most uses of this function should be using :c:func:`PyModule_Create`
421 ``PyModuleDef``, using either ``PyModule_Create`` or
434 ``PyModuleDef``, using either ``PyModule_Create`` or
/aosp_15_r20/external/protobuf/benchmarks/python/
H A Dpython_benchmark_messages.cc29 return PyModule_Create(&_module); in PyInit_libbenchmark_messages()
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/python/
H A Dpython_benchmark_messages.cc29 return PyModule_Create(&_module); in PyInit_libbenchmark_messages()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dutils.cpp24 auto m = PyModule_Create(&_module); in torch_c_dynamo_utils_init()
H A Dinit.cpp37 PyObject* dynamo = PyModule_Create(&_module); in initDynamoBindings()
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dapi_implementation.cc93 PyObject* module = PyModule_Create(&_module); in PyInit__api_implementation()
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dapi_implementation.cc93 PyObject* module = PyModule_Create(&_module); in PyInit__api_implementation()
/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_return_types.cpp38 PyObject* return_types_module = PyModule_Create(&def); in initReturnTypes()
H A Dpython_linalg_functions.cpp53 PyObject* linalg = PyModule_Create(&def); in initLinalgFunctions()
H A Dpython_sparse_functions.cpp52 PyObject* sparse = PyModule_Create(&def); in initSparseFunctions()
H A Dpython_special_functions.cpp64 PyObject* special = PyModule_Create(&def); in initSpecialFunctions()
H A Dpython_fft_functions.cpp66 PyObject* fft = PyModule_Create(&def); in initFFTFunctions()
H A Dpython_nested_functions.cpp66 PyObject* nested = PyModule_Create(&def); in initNestedFunctions()
H A Dpython_nn_functions.cpp98 PyObject* nn = PyModule_Create(&def); in initNNFunctions()
/aosp_15_r20/external/python/cpython3/Doc/includes/
Dcustom.c33 m = PyModule_Create(&custommodule); in PyInit_custom()
Dsublist.c57 m = PyModule_Create(&sublistmodule); in PyInit_sublist()
/aosp_15_r20/external/python/cpython3/Modules/_xxtestfuzz/
D_xxtestfuzz.c47 return PyModule_Create(&_fuzzmodule); in PyInit__xxtestfuzz()
/aosp_15_r20/external/liblc3/test/
H A Dmodule_py.c40 PyObject *m = PyModule_Create(&module_def); in PyInit_lc3()

1234