Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dpasses.h76 std::unique_ptr<OperationPass<ModuleOp>> CreateLowerStaticTensorListPass(
80 std::unique_ptr<OperationPass<ModuleOp>> CreateLowerStaticTensorListPass();
H A Dlower_static_tensor_list.cc1559 std::unique_ptr<OperationPass<ModuleOp>> TFL::CreateLowerStaticTensorListPass( in CreateLowerStaticTensorListPass() function in mlir::TFL
1568 TFL::CreateLowerStaticTensorListPass() { in CreateLowerStaticTensorListPass() function in mlir::TFL
H A Dpasses.td149 let constructor = "CreateLowerStaticTensorListPass()";
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dtf_tfl_passes.cc214 pass_manager->addPass(mlir::TFL::CreateLowerStaticTensorListPass( in AddPostVariableFreezingTFToTFLConversionPasses()
420 pm.addPass(mlir::TFL::CreateLowerStaticTensorListPass( in CreateTFLStandardPipeline()