Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc126 llvm::Value* x_exponent = b->CreateAnd( in EmitReducePrecisionFloat() local
129 x_exponent, in EmitReducePrecisionFloat()
132 x_exponent, in EmitReducePrecisionFloat()
Dhlo_evaluator_typed_visitor.h2593 const uint32_t x_exponent = value_as_int & f32_exp_bits_mask; in HandleReducePrecision()
2594 const bool x_overflows = x_exponent > (reduced_max_exponent << 23); in HandleReducePrecision()
2596 x_exponent <= (reduced_min_exponent << 23); in HandleReducePrecision()