Searched refs:IsNoOp (Results 1 – 7 of 7) sorted by relevance
26 bool IsNoOp(TIntermNode *node) in IsNoOp() function183 if (IsNoOp(statement)) in visitBlock()200 if (expr != nullptr && IsNoOp(expr)) in visitLoop()205 if (init != nullptr && IsNoOp(init)) in visitLoop()
131 bool IsNoOp(const NodeDef& node, const MutableGraphView& graph) { in IsNoOp() function147 if (!IsNoOp(node, graph)) continue; in OptimizeAndCollectStats()
69 if (IsNoOp(node) && node.input().empty()) { in IsTrivialOp()107 if (IsNoOp(node) && in CanRemoveNode()
47 IsNoOp(node); in IsDenylisted()
250 const bool is_noop = IsNoOp(*node); in OptimizeNode()471 if (IsNoOp(node) || IsIdentity(node) || IsIdentityN(node) || in OptimizeDependencies()
128 bool IsNoOp(const NodeDef& node);
398 bool IsNoOp(const NodeDef& node) { return node.op() == "NoOp"; } in IsNoOp() function