Searched refs:IsValuePreserving (Results 1 – 3 of 3) sorted by relevance
258 bool IsValuePreserving(const NodeDef& node);
828 bool IsValuePreserving(const NodeDef& node) { in IsValuePreserving() function
141 IsValuePreserving(node) && NumNonControlOutputs(node, node_map) == 1; in GetTailOfValuePreservingChain()2024 return (IsValuePreserving(*node) || IsCastLike(*node)) && in IsSupported()2035 ((producer_is_cast && IsValuePreserving(*consumer)) || in TrySimplify()2036 (IsValuePreserving(*producer) && IsCastLike(*consumer))); in TrySimplify()