Searched refs:IsNoOp (Results 1 – 7 of 7) sorted by relevance
25 bool IsNoOp(TIntermNode *node) in IsNoOp() function134 if (IsNoOp(statement)) in visitBlock()148 if (expr != nullptr && IsNoOp(expr)) in visitLoop()153 if (init != nullptr && IsNoOp(init)) in visitLoop()
67 bool IsNoOp(const NodeDef& node, const MutableGraphView& graph) { in IsNoOp() function82 if (!IsNoOp(node, graph)) continue; in OptimizeAndCollectStats()
68 if (IsNoOp(node) && node.input().empty()) { in IsTrivialOp()106 if (IsNoOp(node) && node.input().empty()) { in CanRemoveNode()
228 const bool is_noop = IsNoOp(*node); in OptimizeNode()449 if (IsNoOp(node) || IsIdentity(node) || IsIdentityN(node) || in OptimizeDependencies()
47 IsNoOp(node); in IsBlacklisted()
119 bool IsNoOp(const NodeDef& node);
360 bool IsNoOp(const NodeDef& node) { return node.op() == "NoOp"; } in IsNoOp() function