Home
last modified time | relevance | path

Searched refs:IsIdempotent (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h237 bool IsIdempotent(const NodeDef& node);
Dop_types.cc815 bool IsIdempotent(const NodeDef& node) { in IsIdempotent() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc150 IsIdempotent(node) && NumNonControlOutputs(node, node_map) == 1; in GetTailOfIdempotentChain()
1734 return node->input_size() == 1 && IsIdempotent(*node) && in IsSupported()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3875 static bool IsIdempotent(Intrinsic::ID ID) { in IsIdempotent() function
4020 if (!IsIdempotent(IID)) in SimplifyIntrinsic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4614 static bool IsIdempotent(Intrinsic::ID ID) { in IsIdempotent() function
4707 if (IsIdempotent(IID)) in simplifyUnaryIntrinsic()