Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc110 const string& munged_callee = in EmitDeviceMathCall() local
112 llvm::Value* result = EmitMathCall(munged_callee, converted_operands, in EmitDeviceMathCall()
126 string munged_callee = callee_name; in EmitLlvmIntrinsicMathCall() local
129 StrAppend(&munged_callee, ".f16"); in EmitLlvmIntrinsicMathCall()
132 StrAppend(&munged_callee, ".f32"); in EmitLlvmIntrinsicMathCall()
135 StrAppend(&munged_callee, ".f64"); in EmitLlvmIntrinsicMathCall()
141 return EmitMathCall(munged_callee, operands, input_types, output_type); in EmitLlvmIntrinsicMathCall()