Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dsymbol_resolver.cc75 auto python_obj = func_value->python_obj(); in operator ()() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dfunc_graph.h428 void set_python_obj(const ValuePtr &python_obj) { python_obj_ = python_obj; } in set_python_obj()
429 ValuePtr python_obj() const { return python_obj_; } in python_obj() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dpy_execute_py.h52 auto python_obj = std::make_shared<parse::PyObjectWrapper>(data->obj, "graph python obj"); in PyExecuteUserDataCatcher() local
Dprimitive_py.cc152 PrimitivePy::PrimitivePy(const py::object &python_obj) in PrimitivePy()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Ddata_converter.cc385 PyObjectWrapperPtr python_obj = std::make_shared<PyObjectWrapper>(obj, "graph python obj"); in ConvertMsClass() local
863 PyObjectWrapperPtr python_obj = std::make_shared<PyObjectWrapper>(obj, "graph python obj"); in MakeCellFuncGraph() local
897 PyObjectWrapperPtr python_obj = std::make_shared<PyObjectWrapper>(obj, "graph python obj"); in ProcessLazyInline() local
947 PyObjectWrapperPtr python_obj = std::make_shared<PyObjectWrapper>(obj, "graph python obj"); in ConvertToFuncGraph() local