/external/python/bumble/rust/src/wrapper/ |
D | common.rs | 22 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object() 31 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
|
D | hci.rs | 70 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()
|
D | link.rs | 35 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
|
D | host.rs | 79 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
|
D | gatt_client.rs | 60 pub async fn read_value(&self) -> PyResult<PyObject> { in read_value()
|
D | mod.rs | 73 impl PyObjectExt for PyObject { implementation
|
/external/pytorch/torch/csrc/utils/ |
D | python_stub.h | 4 using PyObject = _object; variable
|
D | disable_torch_function.cpp | 347 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
|
/external/pytorch/c10/util/ |
D | python_stub.h | 4 using PyObject = _object; variable
|
/external/pytorch/torch/csrc/autograd/ |
D | python_nested_functions_manual.cpp | 8 static PyObject* THPVariable_nested_tensor( in THPVariable_nested_tensor() argument
|
D | python_variable.cpp | 742 static PyObject* THPVariable_make_wrapper_subclass( in THPVariable_make_wrapper_subclass() argument
|
/external/python/cpython3/Include/ |
D | pytypedefs.h | 18 typedef struct _object PyObject; typedef
|
/external/python/cpython3/Misc/ |
D | coverity_model.c | 26 typedef struct {} PyObject; typedef
|
/external/python/bumble/rust/src/wrapper/device/ |
D | mod.rs | 80 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
|
/external/pytorch/torch/csrc/cuda/ |
D | Module.cpp | 187 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
|
/external/ml_dtypes/ml_dtypes/_src/ |
D | custom_float.h | 346 inline Py_hash_t HashImpl(Py_hash_t (*hash_double)(PyObject*, double), in HashImpl()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | py_buffer.cc | 464 void PyBuffer_bf_releasebuffer(PyObject*, Py_buffer* buffer) { in PyBuffer_bf_releasebuffer() argument
|
/external/pytorch/torch/csrc/ |
D | Module.cpp | 1114 PyObject* THPModule_setQEngine(PyObject* /* unused */, PyObject* arg) { in THPModule_setQEngine() argument
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | bfloat16.cc | 382 Py_hash_t HashImpl(Py_hash_t (*hash_double)(PyObject*, double), PyObject* self, in HashImpl()
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 9306 SLOT1(slot_mp_subscript, __getitem__, PyObject *) in SLOT1() argument 9443 SLOT1(slot_nb_inplace_lshift, __ilshift__, PyObject *) in SLOT1() argument
|