Searched defs:IsNoOp (Results 1 – 4 of 4) sorted by relevance
26 bool IsNoOp(TIntermNode *node) in IsNoOp() function
141 bool IsNoOp(const NodeDef& node, const MutableGraphView& graph) { in IsNoOp() function
400 bool IsNoOp(const NodeDef& node) { return node.op() == "NoOp"; } in IsNoOp() function
575 bool TFGraphDialect::IsNoOp(TFOp op) const { in IsNoOp() function in mlir::tfg::TFGraphDialect