Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h166 bool IsEnter() const { return class_ == NC_ENTER; } in IsEnter() function
847 inline bool IsEnter(const Node* node) { return node->IsEnter(); } in IsEnter() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc262 bool IsEnter(const NodeDef& node) { in IsEnter() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc326 bool TFGraphDialect::IsEnter(TFOp op) const { in IsEnter() function in mlir::tfg::TFGraphDialect