Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-type-hint-lowering.h66 bool IsExit() const { return kind_ == LoweringResultKind::kExit; } in IsExit() function
/external/tensorflow/tensorflow/core/graph/
Dgraph.h150 bool IsExit() const { return class_ == NC_EXIT; } in IsExit() function
739 inline bool IsExit(const Node* node) { return node->IsExit(); } in IsExit() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc217 bool IsExit(const NodeDef& node) { in IsExit() function