Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dbridge.cc88 tf_executor::CreateTFExecutorGraphPruningPass(ops_to_preserve)); in CreateTPUBridgePipelineImpl()
306 tf_executor::CreateTFExecutorGraphPruningPass(ops_to_preserve)); in CreateTFXLABridgePipeline()
H A Dgraph_pruning.cc189 std::unique_ptr<OperationPass<func::FuncOp>> CreateTFExecutorGraphPruningPass( in CreateTFExecutorGraphPruningPass() function
H A Doptimize.cc164 func_pm.addPass(tf_executor::CreateTFExecutorGraphPruningPass()); in CreateTFStandardPipeline()
H A Dpasses.h308 std::unique_ptr<OperationPass<func::FuncOp>> CreateTFExecutorGraphPruningPass(
H A Dtf_passes.td521 let constructor = "tf_executor::CreateTFExecutorGraphPruningPass()";
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Ddtensor_mlir_passes.cc78 mlir::tf_executor::CreateTFExecutorGraphPruningPass()); in CreateDTensorMLIRPass()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dtf_to_tfrt_data.cc274 pm.addPass(mlir::tf_executor::CreateTFExecutorGraphPruningPass()); in CreateTFExecutorToTFRTDataPipeline()
H A Dtf_to_tfrt.cc2225 mlir::tf_executor::CreateTFExecutorGraphPruningPass()); in CreateTFExecutorToTFPipeline()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc4153 mlir::tf_executor::CreateTFExecutorGraphPruningPass()); in LiftVariables()