Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc453 llvm::Value* lhs_real = Real(lhs_value, b); in MultiplyComplex() local
457 llvm::Value* real_result1 = b->CreateFMul(lhs_real, rhs_real); in MultiplyComplex()
460 llvm::Value* imag_result1 = b->CreateFMul(lhs_real, rhs_imag); in MultiplyComplex()