Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dbase_ref_py.h32 explicit PyObjectRef(const py::object &py_object) : BaseRef(), object_(py_object) {} in PyObjectRef()
Dtensor_index_py.h257 explicit TensorIndex(const py::handle &py_object) { in TensorIndex()
/third_party/protobuf/python/google/protobuf/pyext/
Dscoped_pyobject_ptr.h27 : ptr_(py_object) {} in ptr_() argument
/third_party/python/Lib/ctypes/
D__init__.py156 class py_object(_SimpleCData): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dconvert_utils_py.cc410 auto py_object = value->cast<parse::PyObjectWrapperPtr>(); in __anonb813dc431202() local