Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dresult_caster_test.cc53 primitive_util::HigherPrecisionType(lhs_type, rhs_type); in TEST_P()
Doperand_upcaster_test.cc35 primitive_util::HigherPrecisionType(operand_type, result_type) == in ShouldUpcast()
/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.h173 inline PrimitiveType HigherPrecisionType(PrimitiveType a, PrimitiveType b) { in HigherPrecisionType() function
Dshape_util.h185 return primitive_util::HigherPrecisionType(a.element_type(), in HigherPrecisionElementType()