Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc55 const char kCastToFp16[] = "CastToFp16"; variable
1025 : target_dtype_ == DT_HALF ? kCastToFp16 : kCastToBf16; in BuildCastNode()