Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc283 bool CheckIsInstanceForFunc(const py::object &x_py_obj, const AbstractBasePtr &cmp, const py::modul… in CheckIsInstanceForFunc()
416 auto x_py_obj = wrapper_obj->cast<parse::PyObjectWrapperPtr>()->obj(); in InferImplIsInstance() local
421 auto x_py_obj = GetPrimitivePyObj(x->cast<abstract::PrimitiveAbstractClosurePtr>()); in InferImplIsInstance() local
452 py::object x_py_obj = ValueToPyData(x->BuildValue()); in InferImplIsInstance() local