Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h262 bool IsIdempotent(const NodeDef& node);
Dop_types.cc906 bool IsIdempotent(const NodeDef& node) { in IsIdempotent() function
/external/llvm-project/mlir/include/mlir/IR/
DOpDefinition.h1052 class IsIdempotent : public TraitBase<ConcreteType, IsIdempotent> {
DOpBase.td1724 def Idempotent : NativeOpTrait<"IsIdempotent">;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc152 IsIdempotent(node) && NumNonControlOutputs(node, node_map) == 1; in GetTailOfIdempotentChain()
1814 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-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4933 static bool IsIdempotent(Intrinsic::ID ID) { in IsIdempotent() function
5010 if (IsIdempotent(IID)) in simplifyUnaryIntrinsic()
/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp5119 static bool IsIdempotent(Intrinsic::ID ID) { in IsIdempotent() function
5197 if (IsIdempotent(IID)) in simplifyUnaryIntrinsic()