Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc456 llvm::Value* rhs_imag = Imag(rhs_value, b); in MultiplyComplex() local
458 llvm::Value* real_result2 = b->CreateFMul(lhs_imag, rhs_imag); in MultiplyComplex()
460 llvm::Value* imag_result1 = b->CreateFMul(lhs_real, rhs_imag); in MultiplyComplex()