Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc455 llvm::Value* rhs_real = Real(rhs_value, b); in MultiplyComplex() local
457 llvm::Value* real_result1 = b->CreateFMul(lhs_real, rhs_real); in MultiplyComplex()
461 llvm::Value* imag_result2 = b->CreateFMul(lhs_imag, rhs_real); in MultiplyComplex()