Searched refs:IsNoOp (Results 1 – 5 of 5) sorted by relevance
67 bool IsNoOp(const NodeDef& node, const MutableGraphView& graph) { in IsNoOp() function82 if (!IsNoOp(node, graph)) continue; in OptimizeAndCollectStats()
228 const bool is_noop = IsNoOp(*node); in OptimizeNode()448 if (IsNoOp(node) || IsIdentity(node) || IsIdentityN(node) || in OptimizeDependencies()
46 IsNoOp(node); in IsBlacklisted()
116 bool IsNoOp(const NodeDef& node);
331 bool IsNoOp(const NodeDef& node) { return node.op() == "NoOp"; } in IsNoOp() function