Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_math_approximation.cc312 struct MathApproximationPass struct
313 : public MathApproximationBase<MathApproximationPass> {
314 explicit MathApproximationPass(ArrayRef<std::string> approx_oplist) { in MathApproximationPass() function
321 void MathApproximationPass::runOnOperation() { in runOnOperation()
333 return std::make_unique<MathApproximationPass>(oplist); in CreateMathApproximationPass()