Home
last modified time | relevance | path

Searched refs:IsCastLike (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h271 bool IsCastLike(const NodeDef& node);
Dop_types.cc126 bool IsCastLike(const NodeDef& node) { in IsCastLike() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2024 return (IsValuePreserving(*node) || IsCastLike(*node)) && in IsSupported()
2032 const bool producer_is_cast = IsCastLike(*producer); in TrySimplify()
2036 (IsValuePreserving(*producer) && IsCastLike(*consumer))); in TrySimplify()