Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dhlo_utils.cc83 case kLowest: in GetScalarLimitOfFloatType()
104 case kLowest: in GetScalarLimitOfIntegerType()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/utils/
Dhlo_utils.h73 kLowest, // The scalar corresponding to numeric_limits<T>::lowest. enumerator
/external/angle/src/common/
Dmathutil.h480 static constexpr uint32_t kLowest = static_cast<uint32_t>(-32768 * 65536 + 65535); in ConvertFloatToFixed() local
488 return kLowest; in ConvertFloatToFixed()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc4932 return GetScalarLimitConstOfType(reduce_element_type, loc, hlo::kLowest, in GetInitialValue()