Home
last modified time | relevance | path

Searched refs:IsNoOp (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DPruneNoOps.cpp26 bool IsNoOp(TIntermNode *node) in IsNoOp() function
183 if (IsNoOp(statement)) in visitBlock()
200 if (expr != nullptr && IsNoOp(expr)) in visitLoop()
205 if (init != nullptr && IsNoOp(init)) in visitLoop()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dnoop_elimination.cc131 bool IsNoOp(const NodeDef& node, const MutableGraphView& graph) { in IsNoOp() function
147 if (!IsNoOp(node, graph)) continue; in OptimizeAndCollectStats()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmodel_pruner.cc69 if (IsNoOp(node) && node.input().empty()) { in IsTrivialOp()
107 if (IsNoOp(node) && in CanRemoveNode()
Dpin_to_host_optimizer.cc47 IsNoOp(node); in IsDenylisted()
Ddependency_optimizer.cc250 const bool is_noop = IsNoOp(*node); in OptimizeNode()
471 if (IsNoOp(node) || IsIdentity(node) || IsIdentityN(node) || in OptimizeDependencies()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h128 bool IsNoOp(const NodeDef& node);
Dop_types.cc398 bool IsNoOp(const NodeDef& node) { return node.op() == "NoOp"; } in IsNoOp() function