Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo.cc135 Value poly_p = MaterializePolynomialApproximation(rewriter, loc, abs_x, in MaterializeErfcApproximationF64ForMagnituteGEOne() local
137 Value exp_z_mul_poly_p = rewriter.create<mhlo::MulOp>(loc, exp_z, poly_p); in MaterializeErfcApproximationF64ForMagnituteGEOne()
303 Value poly_p = MaterializePolynomialApproximation( in MaterializeErfcApproximationF32ForMagnitudeGEOne() local
308 rewriter.create<mhlo::SelectOp>(loc, abs_x_lt_two, poly_p, poly_r); in MaterializeErfcApproximationF32ForMagnitudeGEOne()