Home
last modified time | relevance | path

Searched refs:HasPyObj (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc357 if (!HasPyObj()) { in RunInfer()
369 if (!HasPyObj()) { in RunCheck()
381 if (!HasPyObj()) { in RunInferValue()
Dprimitive_py.h74 bool HasPyObj() { return python_obj_.operator bool(); } in HasPyObj() function
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc914 if (!prim->HasPyObj()) { in GenerateOpExecInfo()