Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc454 llvm::Value* lhs_imag = Imag(lhs_value, b); in MultiplyComplex() local
458 llvm::Value* real_result2 = b->CreateFMul(lhs_imag, rhs_imag); in MultiplyComplex()
461 llvm::Value* imag_result2 = b->CreateFMul(lhs_imag, rhs_real); in MultiplyComplex()