Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc86 std::vector<llvm::Value*> converted_operands(operands.begin(), in EmitDeviceMathCall() local
95 converted_operands[i] = in EmitDeviceMathCall()
96 FPCast(converted_operands[i], b()->getFloatTy()); in EmitDeviceMathCall()
112 llvm::Value* result = EmitMathCall(munged_callee, converted_operands, in EmitDeviceMathCall()