Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/
Dtensor.h233 bool IsGraphInput() const { return this->tensor_c_.category_ == GRAPH_INPUT; } in IsGraphInput() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dnode_util.h430 inline bool IsGraphInput(const AnfNodePtr &cnode) { in IsGraphInput() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Dsub_graph_helper.cc328 bool SubGraphHelper::IsGraphInput(const AnfNodePtr &node) const { in IsGraphInput() function in mindspore::SubGraphHelper