Home
last modified time | relevance | path

Searched defs:py_object (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpybind11_proto.h24 inline void CheckProtoType(const pybind11::handle& py_object, in CheckProtoType()
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dscoped_pyobject_ptr.h52 : ptr_(py_object) {} in ptr_() argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dscoped_pyobject_ptr.h52 : ptr_(py_object) {} in ptr_() argument
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
D__init__.py156 class py_object(_SimpleCData): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
D__init__.py156 class py_object(_SimpleCData): class
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
D__init__.py156 class py_object(_SimpleCData): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
D__init__.py156 class py_object(_SimpleCData): class
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A D__init__.py156 class py_object(_SimpleCData): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
D__init__.py156 class py_object(_SimpleCData): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
D__init__.py156 class py_object(_SimpleCData): class
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc731 PyObject* py_object = in GetTensor() local