Home
last modified time | relevance | path

Searched defs:PyObject (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dhci.rs70 fn into_py(self, _py: Python<'_>) -> PyObject { in into_py()
145 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
174 fn into_py(self, py: Python<'_>) -> PyObject { in into_py()
186 fn to_object(&self, py: Python<'_>) -> PyObject { in to_object()
Dcommon.rs22 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
31 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
Dlink.rs35 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
Dhost.rs79 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
Dgatt_client.rs60 pub async fn read_value(&self) -> PyResult<PyObject> { in read_value()
Dmod.rs73 impl PyObjectExt for PyObject { implementation
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.cpp347 PyObject* THPModule_has_torch_function(PyObject*, PyObject* arg) { in THPModule_has_torch_function() argument
371 PyObject* THPModule_has_torch_function_unary(PyObject*, PyObject* obj) { in THPModule_has_torch_function_unary() argument
379 PyObject* THPModule_has_torch_function_variadic( in THPModule_has_torch_function_variadic() argument
H A Dpython_stub.h4 using PyObject = _object; variable
/aosp_15_r20/external/pytorch/c10/util/
H A Dpython_stub.h4 using PyObject = _object; variable
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_nested_functions_manual.cpp8 static PyObject* THPVariable_nested_tensor( in THPVariable_nested_tensor() argument
H A Dpython_variable.cpp742 static PyObject* THPVariable_make_wrapper_subclass( in THPVariable_make_wrapper_subclass() argument
/aosp_15_r20/external/python/cpython3/Include/
Dpytypedefs.h18 typedef struct _object PyObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpytypedefs.h18 typedef struct _object PyObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpytypedefs.h18 typedef struct _object PyObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpytypedefs.h18 typedef struct _object PyObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpytypedefs.h18 typedef struct _object PyObject; typedef
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp187 PyObject* THCPModule_getCurrentStream_wrap( in THCPModule_getCurrentStream_wrap() argument
208 PyObject* THCPModule_getCurrentStream_raw( in THCPModule_getCurrentStream_raw() argument
220 PyObject* THCPModule_getDefaultStream_wrap( in THCPModule_getDefaultStream_wrap() argument
/aosp_15_r20/external/python/cpython3/Misc/
Dcoverity_model.c26 typedef struct {} PyObject; typedef
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/
Dmod.rs80 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_buffer.cc464 void PyBuffer_bf_releasebuffer(PyObject*, Py_buffer* buffer) { in PyBuffer_bf_releasebuffer() argument
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/
Dinstall.c300 typedef void PyObject; typedef
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h108 } PyObject; typedef
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1114 PyObject* THPModule_setQEngine(PyObject* /* unused */, PyObject* arg) { in THPModule_setQEngine() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc382 Py_hash_t HashImpl(Py_hash_t (*hash_double)(PyObject*, double), PyObject* self, in HashImpl()
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c7404 SLOT1(slot_mp_subscript, __getitem__, PyObject *) in SLOT1() argument
7541 SLOT1(slot_nb_inplace_lshift, __ilshift__, PyObject *) in SLOT1() argument

12