Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.h81 bool IsPythonPrim() override { return true; } in IsPythonPrim() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dprimitive.h337 virtual bool IsPythonPrim() { return false; } in IsPythonPrim() function