Searched refs:CreateMathApproximationPass (Results 1 – 5 of 5) sorted by relevance
115 CreateMathApproximationPass(llvm::ArrayRef<std::string> oplist = {});
332 CreateMathApproximationPass(ArrayRef<std::string> oplist) { in CreateMathApproximationPass() function
259 let constructor = "tensorflow::CreateMathApproximationPass()";
218 pm.addNestedPass<FuncOp>(tensorflow::CreateMathApproximationPass({"all"})); in CreateHloXlaRuntimePipeline()
253 pm.addNestedPass<FuncOp>(CreateMathApproximationPass({"all"})); in CreateTfJitRtPipeline()