Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlower_complex_patterns.td45 (HLO_RealOp:$lhs_real $lhs),
51 (HLO_MulOp $lhs_real, $rhs_imag),
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc535 llvm::Value* lhs_real = Real(lhs_value, b); in MultiplyComplex() local
539 llvm::Value* real_result1 = b->CreateFMul(lhs_real, rhs_real); in MultiplyComplex()
542 llvm::Value* imag_result1 = b->CreateFMul(lhs_real, rhs_imag); in MultiplyComplex()