/aosp_15_r20/external/tensorflow/tensorflow/python/ |
H A D | pywrap_dtensor_device.cc | 53 PyCapsule_GetPointer(capsule, "TFE_CustomDevice")); in CallDelete_Device() 59 destructor(PyCapsule_GetPointer(capsule, "TFE_CustomDevice_DeviceInfo")); in CallDelete_DeviceInfo() 111 PyCapsule_GetPointer(device_info.ptr(), "TFE_CustomDevice_DeviceInfo"), in PYBIND11_MODULE() 125 PyCapsule_GetPointer(device_info.ptr(), in PYBIND11_MODULE() 137 PyCapsule_GetPointer(device_info.ptr(), "TFE_CustomDevice_DeviceInfo"), in PYBIND11_MODULE() 150 PyCapsule_GetPointer(device_info.ptr(), "TFE_CustomDevice_DeviceInfo"), in PYBIND11_MODULE() 161 PyCapsule_GetPointer(device_info.ptr(), "TFE_CustomDevice_DeviceInfo"), in PYBIND11_MODULE() 170 PyCapsule_GetPointer(device_info.ptr(), "TFE_CustomDevice_DeviceInfo"), in PYBIND11_MODULE() 180 PyCapsule_GetPointer(device_info.ptr(), "TFE_CustomDevice_DeviceInfo"), in PYBIND11_MODULE() 189 PyCapsule_GetPointer(device_info.ptr(), "TFE_CustomDevice_DeviceInfo")); in PYBIND11_MODULE() [all …]
|
H A D | mlir_wrapper.cc | 42 PyCapsule_GetPointer(context.ptr(), nullptr)); in PYBIND11_MODULE()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | custom_device_testutil.cc | 35 delete reinterpret_cast<bool*>(PyCapsule_GetPointer(capsule, "flag")); in CallDelete_Flag() 40 PyCapsule_GetPointer(capsule, "TFE_CustomDevice")); in CallDelete_Device() 72 PyCapsule_GetPointer(flag_capsule.ptr(), "flag")); in PYBIND11_MODULE()
|
/aosp_15_r20/external/python/watchdog/src/ |
D | watchdog_fsevents.c | 267 void *p = PyCapsule_GetPointer(ptr, NULL); in watchdog_pycapsule_destructor() 666 run_loop_ref = PyCapsule_GetPointer(value, NULL); in watchdog_add_watch() 759 FSEventStreamRef stream_ref = PyCapsule_GetPointer(value, NULL); in watchdog_flush_events() 783 FSEventStreamRef stream_ref = PyCapsule_GetPointer(streamref_capsule, NULL); in watchdog_remove_watch() 806 CFRunLoopRef run_loop_ref = PyCapsule_GetPointer(value, NULL); in watchdog_stop()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/parallel_device/ |
H A D | pywrap_parallel_device.cc | 33 PyCapsule_GetPointer(capsule, "TFE_CustomDevice")); in CallDelete_Device() 39 destructor(PyCapsule_GetPointer(capsule, "TFE_CustomDevice_DeviceInfo")); in CallDelete_DeviceInfo()
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 459 void *p = PyCapsule_GetPointer(ptr, name); \ 469 (PyCapsule_GetPointer(capsule, name))
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | py_func.cc | 200 TFE_Context* ctx = reinterpret_cast<TFE_Context*>(PyCapsule_GetPointer( in DoCallPyFunc() 239 TFE_Context* ctx = reinterpret_cast<TFE_Context*>(PyCapsule_GetPointer( in DoCallPyFunc()
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | capsule.rst | 60 .. c:function:: void* PyCapsule_GetPointer(PyObject *capsule, const char *name) 120 :c:func:`PyCapsule_GetPointer` for information on how capsule names are
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | capsule.rst | 59 .. c:function:: void* PyCapsule_GetPointer(PyObject *capsule, const char *name) 118 :c:func:`PyCapsule_GetPointer` for information on how capsule names are
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pycapsule.h | 33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | pycapsule.h | 33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pycapsule.h | 33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pycapsule.h | 33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pycapsule.h | 33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pycapsule.h | 33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
|
/aosp_15_r20/external/libxml2/python/ |
H A D | types.c | 488 xmlXPathNodeSetFreeNs((xmlNsPtr) PyCapsule_GetPointer(cap, "xmlNsPtr")); in libxml_xmlXPathDestructNsNode() 870 xmlErrorPtr err = (xmlErrorPtr) PyCapsule_GetPointer(cap, "xmlErrorPtr"); in libxml_xmlDestructError()
|
/aosp_15_r20/external/python/cpython2/Doc/includes/ |
D | capsulethunk.h | 31 #define PyCapsule_GetPointer(capsule, name) \ macro
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message_module.cc | 125 delete (ApiImplementation*)PyCapsule_GetPointer( in PyInit__message()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | cobject.c | 70 return (void *)PyCapsule_GetPointer(self, name); in PyCObject_AsVoidPtr()
|
D | capsule.c | 80 PyCapsule_GetPointer(PyObject *o, const char *name) in PyCapsule_GetPointer() function
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | message_module.cc | 125 delete (ApiImplementation*)PyCapsule_GetPointer( in PyInit__message()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | python_tensor_converter_wrapper.cc | 90 PyCapsule_GetPointer(context_handle.get(), nullptr)); in MakePythonTensorConverter()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | observability.pyx.pxi | 28 capsule_ptr = cpython.PyCapsule_GetPointer(capsule, SERVER_CALL_TRACER_FACTORY)
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | capsule.c | 80 PyCapsule_GetPointer(PyObject *o, const char *name) in PyCapsule_GetPointer() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/experimental/ |
H A D | unified_api.cc | 108 static_cast<TFE_Context*>(PyCapsule_GetPointer(obj.ptr(), nullptr)); in PYBIND11_MODULE()
|