Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Delemental_ir_emitter.cc40 bool cast_result_to_fp16 = false; in EmitAtan2() local
43 cast_result_to_fp16 = true; in EmitAtan2()
67 if (cast_result_to_fp16) { in EmitAtan2()
75 bool cast_result_to_fp16 = false; in EmitTanh() local
79 cast_result_to_fp16 = true; in EmitTanh()
102 if (cast_result_to_fp16) { in EmitTanh()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc85 bool cast_result_to_fp16 = false; in EmitDeviceMathCall() local
92 cast_result_to_fp16 = true; in EmitDeviceMathCall()
115 if (cast_result_to_fp16) { in EmitDeviceMathCall()