Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo.cc252 Value erf_based_approx = rewriter.create<mhlo::SubOp>(loc, one, erf_approx); in MaterializeErfcApproximationF64() local
259 return rewriter.create<mhlo::SelectOp>(loc, abs_x_lt_one, erf_based_approx, in MaterializeErfcApproximationF64()
400 Value erf_based_approx = rewriter.create<mhlo::SubOp>(loc, one, erf_approx); in MaterializeErfcApproximationF32() local
407 return rewriter.create<mhlo::SelectOp>(loc, abs_x_lt_one, erf_based_approx, in MaterializeErfcApproximationF32()