Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlower_complex_patterns.td46 (HLO_RealOp:$rhs_real $rhs)),
52 (HLO_MulOp $lhs_imag, $rhs_real)))>;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc537 llvm::Value* rhs_real = Real(rhs_value, b); in MultiplyComplex() local
539 llvm::Value* real_result1 = b->CreateFMul(lhs_real, rhs_real); in MultiplyComplex()
543 llvm::Value* imag_result2 = b->CreateFMul(lhs_imag, rhs_real); in MultiplyComplex()