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.cpp25 bool IsNoOp(TIntermNode *node) in IsNoOp() function
134 if (IsNoOp(statement)) in visitBlock()
148 if (expr != nullptr && IsNoOp(expr)) in visitLoop()
153 if (init != nullptr && IsNoOp(init)) in visitLoop()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dnoop_elimination.cc67 bool IsNoOp(const NodeDef& node, const MutableGraphView& graph) { in IsNoOp() function
82 if (!IsNoOp(node, graph)) continue; in OptimizeAndCollectStats()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmodel_pruner.cc68 if (IsNoOp(node) && node.input().empty()) { in IsTrivialOp()
106 if (IsNoOp(node) && node.input().empty()) { in CanRemoveNode()
Ddependency_optimizer.cc228 const bool is_noop = IsNoOp(*node); in OptimizeNode()
449 if (IsNoOp(node) || IsIdentity(node) || IsIdentityN(node) || in OptimizeDependencies()
Dpin_to_host_optimizer.cc47 IsNoOp(node); in IsBlacklisted()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h119 bool IsNoOp(const NodeDef& node);
Dop_types.cc360 bool IsNoOp(const NodeDef& node) { return node.op() == "NoOp"; } in IsNoOp() function