Searched refs:IsIdempotent (Results 1 – 8 of 8) sorted by relevance
262 bool IsIdempotent(const NodeDef& node);
906 bool IsIdempotent(const NodeDef& node) { in IsIdempotent() function
1052 class IsIdempotent : public TraitBase<ConcreteType, IsIdempotent> {
1724 def Idempotent : NativeOpTrait<"IsIdempotent">;
152 IsIdempotent(node) && NumNonControlOutputs(node, node_map) == 1; in GetTailOfIdempotentChain()1814 return node->input_size() == 1 && IsIdempotent(*node) && in IsSupported()
3875 static bool IsIdempotent(Intrinsic::ID ID) { in IsIdempotent() function4020 if (!IsIdempotent(IID)) in SimplifyIntrinsic()
4933 static bool IsIdempotent(Intrinsic::ID ID) { in IsIdempotent() function5010 if (IsIdempotent(IID)) in simplifyUnaryIntrinsic()
5119 static bool IsIdempotent(Intrinsic::ID ID) { in IsIdempotent() function5197 if (IsIdempotent(IID)) in simplifyUnaryIntrinsic()