Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h2634 const bool x_overflows =
2646 value_as_int = x_overflows ? x_signed_inf : value_as_int;
Delemental_ir_emitter.cc152 llvm::Value* x_overflows = b->CreateICmpUGT( in EmitReducePrecisionIR() local
167 x_as_int = b->CreateSelect(x_overflows, x_signed_inf, x_as_int); in EmitReducePrecisionIR()