Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc128 llvm::Value* x_overflows = b->CreateICmpUGT( in EmitReducePrecisionFloat() local
143 x_as_int = b->CreateSelect(x_overflows, x_signed_inf, x_as_int); in EmitReducePrecisionFloat()
Dhlo_evaluator_typed_visitor.h2594 const bool x_overflows = x_exponent > (reduced_max_exponent << 23); in HandleReducePrecision()
2605 value_as_int = x_overflows ? x_signed_inf : value_as_int; in HandleReducePrecision()