Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dtensor.h184 bool IsGraphInput() const { return this->category_ == GRAPH_INPUT; } in IsGraphInput() function
/third_party/mindspore/mindspore/lite/tools/common/
Dnode_util.h430 inline bool IsGraphInput(const AnfNodePtr &cnode) { in IsGraphInput() function