Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h167 bool IsExit() const { return class_ == NC_EXIT; } in IsExit() function
848 inline bool IsExit(const Node* node) { return node->IsExit(); } in IsExit() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc269 bool IsExit(const NodeDef& node) { in IsExit() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc336 bool TFGraphDialect::IsExit(TFOp op) const { in IsExit() function in mlir::tfg::TFGraphDialect