Searched defs:IsNoOp (Results 1 – 5 of 5) sorted by relevance
80 bool IsNoOp(TIntermNode *node) in IsNoOp() function
141 bool IsNoOp(const NodeDef& node, const MutableGraphView& graph) { in IsNoOp() function
2050 auto IsNoOp = [&]() { in ConstantFoldGetElementPtr() local
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