Searched refs:IsValuePreserving (Results 1 – 3 of 3) sorted by relevance
233 bool IsValuePreserving(const NodeDef& node);
737 bool IsValuePreserving(const NodeDef& node) { in IsValuePreserving() function
139 IsValuePreserving(node) && NumNonControlOutputs(node, node_map) == 1; in GetTailOfValuePreservingChain()1922 return (IsValuePreserving(*node) || IsCastLike(*node)) && in IsSupported()1933 ((producer_is_cast && IsValuePreserving(*consumer)) || in TrySimplify()1934 (IsValuePreserving(*producer) && IsCastLike(*consumer))); in TrySimplify()