Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.h42 int OverflowExponent(PrimitiveType type);
Dprimitive_util.cc58 int OverflowExponent(PrimitiveType type) { in OverflowExponent() function
Dshape_util.h282 ? primitive_util::OverflowExponent(shape.element_type()) in HigherPrecisionElementType()