Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Delemental_ir_emitter.cc188 llvm::Value* x_with_qnan_bit_set = in EmitReducePrecisionIR() local
190 x_with_qnan_bit_set = b->CreateBitCast(x_with_qnan_bit_set, float_type); in EmitReducePrecisionIR()
191 result = b->CreateSelect(x_is_nan, x_with_qnan_bit_set, result); in EmitReducePrecisionIR()