Searched defs:IsEnter (Results 1 – 3 of 3) sorted by relevance
166 bool IsEnter() const { return class_ == NC_ENTER; } in IsEnter() function847 inline bool IsEnter(const Node* node) { return node->IsEnter(); } in IsEnter() function
262 bool IsEnter(const NodeDef& node) { in IsEnter() function
326 bool TFGraphDialect::IsEnter(TFOp op) const { in IsEnter() function in mlir::tfg::TFGraphDialect