Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_passes.h115 CreateMathApproximationPass(llvm::ArrayRef<std::string> oplist = {});
H A Dtf_jitrt_math_approximation.cc332 CreateMathApproximationPass(ArrayRef<std::string> oplist) { in CreateMathApproximationPass() function
H A Dtf_jitrt_passes.td259 let constructor = "tensorflow::CreateMathApproximationPass()";
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dhlo_xla_runtime_pipeline.cc218 pm.addNestedPass<FuncOp>(tensorflow::CreateMathApproximationPass({"all"})); in CreateHloXlaRuntimePipeline()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_jitrt_pipeline.cc253 pm.addNestedPass<FuncOp>(CreateMathApproximationPass({"all"})); in CreateTfJitRtPipeline()