Searched defs:IsGraphInput (Results 1 – 3 of 3) sorted by relevance
233 bool IsGraphInput() const { return this->tensor_c_.category_ == GRAPH_INPUT; } in IsGraphInput() function
430 inline bool IsGraphInput(const AnfNodePtr &cnode) { in IsGraphInput() function
328 bool SubGraphHelper::IsGraphInput(const AnfNodePtr &node) const { in IsGraphInput() function in mindspore::SubGraphHelper