Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpybind11_proto.h24 inline void CheckProtoType(const pybind11::handle& py_object, in CheckProtoType()
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/
Dscoped_pyobject_ptr.h52 : ptr_(py_object) {} in ptr_() argument
/external/protobuf/python/google/protobuf/pyext/
Dscoped_pyobject_ptr.h52 : ptr_(py_object) {} in ptr_() argument
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Dscoped_pyobject_ptr.h52 : ptr_(py_object) {} in ptr_() argument
/external/python/cpython3/Lib/ctypes/
D__init__.py157 class py_object(_SimpleCData): class
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc731 PyObject* py_object = in GetTensor() local