Searched refs:IsCastLike (Results 1 – 3 of 3) sorted by relevance
271 bool IsCastLike(const NodeDef& node);
126 bool IsCastLike(const NodeDef& node) { in IsCastLike() function
2024 return (IsValuePreserving(*node) || IsCastLike(*node)) && in IsSupported()2032 const bool producer_is_cast = IsCastLike(*producer); in TrySimplify()2036 (IsValuePreserving(*producer) && IsCastLike(*consumer))); in TrySimplify()