Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dcomparators.cc86 auto flipped_value = in BitcastConvertFloatingPointToIntegral() local
89 return Select(is_negative, flipped_value, signed_value); in BitcastConvertFloatingPointToIntegral()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1616 auto flipped_value = in BitcastConvertFloatingPointToIntegral() local
1621 return Select(is_negative, flipped_value, signed_value); in BitcastConvertFloatingPointToIntegral()