Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h143 bool IsExit() const { return class_ == NC_EXIT; } in IsExit() function
675 inline bool IsExit(const Node* node) { return node->IsExit(); } in IsExit() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc121 bool IsExit(const NodeDef& node) { in IsExit() function