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.h67 bool IsExit() const { return kind_ == LoweringResultKind::kExit; } in IsExit() function
/external/tensorflow/tensorflow/core/graph/
Dgraph.h152 bool IsExit() const { return class_ == NC_EXIT; } in IsExit() function
766 inline bool IsExit(const Node* node) { return node->IsExit(); } in IsExit() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc240 bool IsExit(const NodeDef& node) { in IsExit() function