Searched refs:IsCastLike (Results 1 – 3 of 3) sorted by relevance
246 bool IsCastLike(const NodeDef& node);
96 bool IsCastLike(const NodeDef& node) { in IsCastLike() function
1922 return (IsValuePreserving(*node) || IsCastLike(*node)) && in IsSupported()1930 const bool producer_is_cast = IsCastLike(*producer); in TrySimplify()1934 (IsValuePreserving(*producer) && IsCastLike(*consumer))); in TrySimplify()