Searched refs:CreateLowerStaticTensorListPass (Results 1 – 4 of 4) sorted by relevance
76 std::unique_ptr<OperationPass<ModuleOp>> CreateLowerStaticTensorListPass(80 std::unique_ptr<OperationPass<ModuleOp>> CreateLowerStaticTensorListPass();
1559 std::unique_ptr<OperationPass<ModuleOp>> TFL::CreateLowerStaticTensorListPass( in CreateLowerStaticTensorListPass() function in mlir::TFL1568 TFL::CreateLowerStaticTensorListPass() { in CreateLowerStaticTensorListPass() function in mlir::TFL
149 let constructor = "CreateLowerStaticTensorListPass()";
214 pass_manager->addPass(mlir::TFL::CreateLowerStaticTensorListPass( in AddPostVariableFreezingTFToTFLConversionPasses()420 pm.addPass(mlir::TFL::CreateLowerStaticTensorListPass( in CreateTFLStandardPipeline()