Home
last modified time | relevance | path

Searched defs:noargs (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp287 static PyObject* THPModule_abort(PyObject* module, PyObject* noargs) { in THPModule_abort()
307 static PyObject* THPModule_getNumThreads(PyObject* module, PyObject* noargs) { in THPModule_getNumThreads()
326 PyObject* noargs) { in THPModule_getNumInteropThreads()
508 PyObject* noargs) { in THPModule_getBackcompatBroadcastWarn()
531 PyObject* noargs) { in THPModule_getBackcompatKeepdimWarn()
538 PyObject* THPModule_hasDistributed(PyObject* _unused, PyObject* noargs) { in THPModule_hasDistributed()
546 static PyObject* THPModule_showConfig(PyObject* module, PyObject* noargs) { in THPModule_showConfig()
552 static PyObject* THPModule_cxxFlags(PyObject* module, PyObject* noargs) { in THPModule_cxxFlags()
558 static PyObject* THPModule_parallelInfo(PyObject* module, PyObject* noargs) { in THPModule_parallelInfo()
566 PyObject* noargs) { in THPModule_getCpuCapability()
[all …]
H A DDtype.cpp29 PyObject* THPDtype_is_floating_point(THPDtype* self, PyObject* noargs) { in THPDtype_is_floating_point()
39 PyObject* THPDtype_itemsize(THPDtype* self, PyObject* noargs) { in THPDtype_itemsize()
46 PyObject* THPDtype_is_complex(THPDtype* self, PyObject* noargs) { in THPDtype_is_complex()
56 PyObject* THPDtype_is_signed(THPDtype* self, PyObject* noargs) { in THPDtype_is_signed()
66 PyObject* THPDtype_reduce(PyObject* _self, PyObject* noargs) { in THPDtype_reduce()
77 PyObject* THPDtype_to_real(PyObject* _self, PyObject* noargs) { in THPDtype_to_real()
88 PyObject* THPDtype_to_complex(PyObject* _self, PyObject* noargs) { in THPDtype_to_complex()
H A DGenerator.cpp91 static PyObject* THPGenerator_getState(PyObject* _self, PyObject* noargs) { in THPGenerator_getState()
148 PyObject* noargs) { in THPGenerator_graphSafeGetState()
175 static PyObject* THPGenerator_cloneState(PyObject* _self, PyObject* noargs) { in THPGenerator_cloneState()
223 static PyObject* THPGenerator_seed(PyObject* _self, PyObject* noargs) { in THPGenerator_seed()
233 static PyObject* THPGenerator_initialSeed(PyObject* _self, PyObject* noargs) { in THPGenerator_initialSeed()
240 static PyObject* THPGenerator_getOffset(PyObject* _self, PyObject* noargs) { in THPGenerator_getOffset()
253 PyObject* THPGenerator_reduce(PyObject* _self, PyObject* noargs) { in THPGenerator_reduce()
H A DStorageMethods.cpp43 static PyObject* THPStorage_nbytes(PyObject* self, PyObject* noargs) { in THPStorage_nbytes()
50 static PyObject* THPStorage_dataPtr(PyObject* self, PyObject* noargs) { in THPStorage_dataPtr()
66 static PyObject* THPStorage_resizable(PyObject* self, PyObject* noargs) { in THPStorage_resizable()
113 static PyObject* THPStorage_elementSize(PyObject* _self, PyObject* noargs) { in THPStorage_elementSize()
120 static PyObject* THPStorage_new(PyObject* self, PyObject* noargs) { in THPStorage_new()
611 static PyObject* THPStorage_fix_weakref(PyObject* self, PyObject* noargs) { in THPStorage_fix_weakref()
617 static PyObject* THPStorage__get_filename(PyObject* self, PyObject* noargs) { in THPStorage__get_filename()
H A DStorageSharing.cpp34 static PyObject* THPStorage_sharedDecref(PyObject* self, PyObject* noargs) { in THPStorage_sharedDecref()
51 static PyObject* THPStorage_sharedIncref(PyObject* self, PyObject* noargs) { in THPStorage_sharedIncref()
94 static PyObject* THPStorage_shareFilename(PyObject* self, PyObject* noargs) { in THPStorage_shareFilename()
206 static PyObject* THPStorage_shareFd(PyObject* self, PyObject* noargs) { in THPStorage_shareFd()
286 static PyObject* THPStorage_shareCuda(PyObject* self, PyObject* noargs) { in THPStorage_shareCuda()
620 PyObject* THPStorage_sharedFd(PyObject* self, PyObject* noargs) { in THPStorage_sharedFd()
634 PyObject* THPStorage_isShared(PyObject* self, PyObject* noargs) { in THPStorage_isShared()
H A DDevice.cpp90 PyObject* THPDevice_type(THPDevice* self, PyObject* noargs) { in THPDevice_type()
99 PyObject* THPDevice_index(THPDevice* self, PyObject* noargs) { in THPDevice_index()
151 PyObject* THPDevice_reduce(PyObject* _self, PyObject* noargs) { in THPDevice_reduce()
179 PyObject* THPDevice_enter(PyObject* self, PyObject* noargs) { in THPDevice_enter()
H A DEvent.cpp161 PyObject* noargs) { in THPEvent_ipc_handle()
207 static PyObject* THPEvent_query(PyObject* _self, PyObject* noargs) { in THPEvent_query()
222 static PyObject* THPEvent_synchronize(PyObject* _self, PyObject* noargs) { in THPEvent_synchronize()
232 static PyObject* THPEvent_evend_id(PyObject* _self, PyObject* noargs) { in THPEvent_evend_id()
H A DSize.cpp190 static PyObject* THPSize_numel(PyObject* _self, PyObject* noargs) { in THPSize_numel()
201 static PyObject* THPSize_reduce(PyObject* _self, PyObject* noargs) { in THPSize_reduce()
H A DStream.cpp136 static PyObject* THPStream_query(PyObject* _self, PyObject* noargs) { in THPStream_query()
149 static PyObject* THPStream_synchronize(PyObject* _self, PyObject* noargs) { in THPStream_synchronize()
H A DMemoryFormat.cpp31 PyObject* THPMemoryFormat_reduce(PyObject* _self, PyObject* noargs) { in THPMemoryFormat_reduce()
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp127 PyObject* THCPModule_getDevice_wrap(PyObject* self, PyObject* noargs) { in THCPModule_getDevice_wrap()
162 PyObject* THCPModule_getDeviceCount_wrap(PyObject* self, PyObject* noargs) { in THCPModule_getDeviceCount_wrap()
169 PyObject* THCPModule_getArchFlags(PyObject* self, PyObject* noargs) { in THCPModule_getArchFlags()
181 static PyObject* THCPModule_isInBadFork(PyObject* self, PyObject* noargs) { in THCPModule_isInBadFork()
278 PyObject* THCPModule_getCompiledVersion(PyObject* self, PyObject* noargs) { in THCPModule_getCompiledVersion()
286 PyObject* THCPModule_cudaHostAllocator(PyObject* _unused, PyObject* noargs) { in THCPModule_cudaHostAllocator()
441 PyObject* THCPModule_getAllocatorBackend(PyObject* _unused, PyObject* noargs) { in THCPModule_getAllocatorBackend()
447 PyObject* THCPModule_cudaSynchronize(PyObject* _unused, PyObject* noargs) { in THCPModule_cudaSynchronize()
456 PyObject* THCPModule_cudaIPCCollect(PyObject* _unused, PyObject* noargs) { in THCPModule_cudaIPCCollect()
484 PyObject* THCPModule_cudaLockMutex(PyObject* module, PyObject* noargs) { in THCPModule_cudaLockMutex()
[all …]
H A DStream.cpp101 PyObject* noargs) { in THCPStream_priority_range()
109 static PyObject* THCPStream_query(PyObject* _self, PyObject* noargs) { in THCPStream_query()
116 static PyObject* THCPStream_synchronize(PyObject* _self, PyObject* noargs) { in THCPStream_synchronize()
H A DEvent.cpp147 static PyObject* THCPEvent_query(PyObject* _self, PyObject* noargs) { in THCPEvent_query()
162 static PyObject* THCPEvent_synchronize(PyObject* _self, PyObject* noargs) { in THCPEvent_synchronize()
172 static PyObject* THCPEvent_ipc_handle(PyObject* _self, PyObject* noargs) { in THCPEvent_ipc_handle()
/aosp_15_r20/external/pytorch/torch/csrc/mps/
H A DModule.cpp35 static PyObject* MPSModule_isInBadFork(PyObject* self, PyObject* noargs) { in MPSModule_isInBadFork()
43 PyObject* noargs) { in MPSModule_getDefaultMPSGenerator()
51 static PyObject* MPSModule_isAvailable(PyObject* _unused, PyObject* noargs) { in MPSModule_isAvailable()
79 PyObject* noargs) { in MPSModule_deviceSynchronize()
86 static PyObject* MPSModule_emptyCache(PyObject* _unused, PyObject* noargs) { in MPSModule_emptyCache()
107 PyObject* noargs) { in MPSModule_currentAllocatedMemory()
116 PyObject* noargs) { in MPSModule_driverAllocatedMemory()
125 PyObject* noargs) { in MPSModule_recommendedMaxMemory()
152 PyObject* noargs) { in MPSModule_profilerStopTrace()
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c1801 posix_ctermid(PyObject *self, PyObject *noargs) in posix_ctermid()
2157 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd()
2173 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd()
2216 posix_getcwdu(PyObject *self, PyObject *noargs) in posix_getcwdu()
2899 posix_uname(PyObject *self, PyObject *noargs) in posix_uname()
3858 posix_fork1(PyObject *self, PyObject *noargs) in posix_fork1()
3891 posix_fork(PyObject *self, PyObject *noargs) in posix_fork()
3948 posix_openpty(PyObject *self, PyObject *noargs) in posix_openpty()
4016 posix_forkpty(PyObject *self, PyObject *noargs) in posix_forkpty()
4048 posix_getegid(PyObject *self, PyObject *noargs) in posix_getegid()
[all …]
Dgcmodule.c1060 gc_enable(PyObject *self, PyObject *noargs) in gc_enable()
1073 gc_disable(PyObject *self, PyObject *noargs) in gc_disable()
1086 gc_isenabled(PyObject *self, PyObject *noargs) in gc_isenabled()
1157 gc_get_debug(PyObject *self, PyObject *noargs) in gc_get_debug()
1192 gc_get_thresh(PyObject *self, PyObject *noargs) in gc_get_thresh()
1206 gc_get_count(PyObject *self, PyObject *noargs) in gc_get_count()
1307 gc_get_objects(PyObject *self, PyObject *noargs) in gc_get_objects()
/aosp_15_r20/external/pytorch/torch/csrc/xpu/
H A DModule.cpp42 static PyObject* THXPModule_isInBadFork_wrap(PyObject* self, PyObject* noargs) { in THXPModule_isInBadFork_wrap()
92 PyObject* THXPModule_getDevice_wrap(PyObject* self, PyObject* noargs) { in THXPModule_getDevice_wrap()
101 PyObject* THXPModule_getDeviceCount_wrap(PyObject* self, PyObject* noargs) { in THXPModule_getDeviceCount_wrap()
193 PyObject* THXPModule_emptyCache(PyObject* self, PyObject* noargs) { in THXPModule_emptyCache()
362 static PyObject* THXPModule_initExtension(PyObject* self, PyObject* noargs) { in THXPModule_initExtension()
H A DStream.cpp84 PyObject* noargs) { in THXPStream_priority_range()
92 static PyObject* THXPStream_query(PyObject* _self, PyObject* noargs) { in THXPStream_query()
99 static PyObject* THXPStream_synchronize(PyObject* _self, PyObject* noargs) { in THXPStream_synchronize()
H A DEvent.cpp89 static PyObject* THXPEvent_query(PyObject* _self, PyObject* noargs) { in THXPEvent_query()
104 static PyObject* THXPEvent_synchronize(PyObject* _self, PyObject* noargs) { in THXPEvent_synchronize()
/aosp_15_r20/external/pytorch/torch/csrc/multiprocessing/
H A Dinit.cpp23 PyObject* multiprocessing_init(PyObject* _unused, PyObject* noargs) { in multiprocessing_init()
51 PyObject* get_thread_name(PyObject* _unused, PyObject* noargs) { in get_thread_name()
/aosp_15_r20/external/python/cpython2/Python/
Dimport.c353 imp_lock_held(PyObject *self, PyObject *noargs) in imp_lock_held()
363 imp_acquire_lock(PyObject *self, PyObject *noargs) in imp_acquire_lock()
373 imp_release_lock(PyObject *self, PyObject *noargs) in imp_release_lock()
2950 imp_get_magic(PyObject *self, PyObject *noargs) in imp_get_magic()
2963 imp_get_suffixes(PyObject *self, PyObject *noargs) in imp_get_suffixes()
Dsysmodule.c150 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info()
170 sys_exc_clear(PyObject *self, PyObject *noargs) in sys_exc_clear()
844 sys_current_frames(PyObject *self, PyObject *noargs) in sys_current_frames()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.cpp193 PyObject* THPCppFunction_name(PyObject* self, PyObject* noargs) { in THPCppFunction_name()
198 PyObject* THPCppFunction_sequence_nr(PyObject* self, PyObject* noargs) { in THPCppFunction_sequence_nr()
/aosp_15_r20/external/python/cpython2/Objects/
Dmemoryobject.c406 memory_tobytes(PyMemoryViewObject *self, PyObject *noargs) in memory_tobytes()
424 memory_tolist(PyMemoryViewObject *mem, PyObject *noargs) in memory_tolist()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D023-define-extra-whitespace.c1 #define noargs() 1 macro

12