Home
last modified time | relevance | path

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

123

/external/python/cpython3/Modules/
D_testsinglephase.c505 PyObject *module = PyModule_Create(def); in init__testsinglephase_basic()
599 PyObject *module = PyModule_Create(&_testsinglephase_with_reinit); in PyInit__testsinglephase_with_reinit()
664 PyObject *module = PyModule_Create(&_testsinglephase_with_state); in PyInit__testsinglephase_with_state()
712 return PyModule_Create(&_testsinglephase_check_cache_first); in PyInit__testsinglephase_check_cache_first()
731 return PyModule_Create(&_testsinglephase_with_reinit_check_cache_first); in PyInit__testsinglephase_with_reinit_check_cache_first()
750 return PyModule_Create(&_testsinglephase_with_state_check_cache_first); in PyInit__testsinglephase_with_state_check_cache_first()
783 static_module_circular = PyModule_Create(&_testsinglephase_circular); in PyInit__testsinglephase_circular()
D_testlimitedcapi.c24 PyObject *mod = PyModule_Create(&_testlimitedcapimodule); in PyInit__testlimitedcapi()
D_testclinic_limited.c145 PyObject *m = PyModule_Create(&_testclinic_module); in PyInit__testclinic_limited()
D_tracemalloc.c219 m = PyModule_Create(&module_def); in PyInit__tracemalloc()
/external/python/cpython3/Include/
Dmodsupport.h114 #define PyModule_Create(module) \ macro
117 #define PyModule_Create(module) \ macro
/external/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/
DModule.cpp10 PyObject* mod = PyModule_Create(&openreg_C_module); in PyInit__C()
/external/cronet/tot/third_party/protobuf/benchmarks/python/
Dpython_benchmark_messages.cc29 return PyModule_Create(&_module); in PyInit_libbenchmark_messages()
/external/cronet/stable/third_party/protobuf/benchmarks/python/
Dpython_benchmark_messages.cc29 return PyModule_Create(&_module); in PyInit_libbenchmark_messages()
/external/protobuf/benchmarks/python/
Dpython_benchmark_messages.cc29 return PyModule_Create(&_module); in PyInit_libbenchmark_messages()
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc93 PyObject* module = PyModule_Create(&_module); in PyInit__api_implementation()
/external/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc93 PyObject* module = PyModule_Create(&_module); in PyInit__api_implementation()
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc93 PyObject* module = PyModule_Create(&_module); in PyInit__api_implementation()
/external/pytorch/torch/csrc/dynamo/
Dutils.cpp24 auto m = PyModule_Create(&_module); in torch_c_dynamo_utils_init()
Dinit.cpp37 PyObject* dynamo = PyModule_Create(&_module); in initDynamoBindings()
/external/pytorch/tools/autograd/templates/
Dpython_return_types.cpp38 PyObject* return_types_module = PyModule_Create(&def); in initReturnTypes()
Dpython_sparse_functions.cpp52 PyObject* sparse = PyModule_Create(&def); in initSparseFunctions()
Dpython_linalg_functions.cpp53 PyObject* linalg = PyModule_Create(&def); in initLinalgFunctions()
Dpython_fft_functions.cpp66 PyObject* fft = PyModule_Create(&def); in initFFTFunctions()
Dpython_special_functions.cpp64 PyObject* special = PyModule_Create(&def); in initSpecialFunctions()
Dpython_nested_functions.cpp66 PyObject* nested = PyModule_Create(&def); in initNestedFunctions()
Dpython_nn_functions.cpp98 PyObject* nn = PyModule_Create(&def); in initNNFunctions()
/external/python/cpython3/Doc/includes/newtypes/
Dcustom.c33 m = PyModule_Create(&custommodule); in PyInit_custom()
Dsublist.c57 m = PyModule_Create(&sublistmodule); in PyInit_sublist()
/external/liblc3/test/
Dmodule_py.c40 PyObject *m = PyModule_Create(&module_def); in PyInit_lc3()
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc111 m = PyModule_Create(&_module); in PyInit__message()

123