Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dpasses.h177 std::unique_ptr<OperationPass<func::FuncOp>> CreateReduceWhileOperandsPass();
H A Dreduce_while_operands.cc298 std::unique_ptr<OperationPass<func::FuncOp>> CreateReduceWhileOperandsPass() { in CreateReduceWhileOperandsPass() function
H A Dpasses.td400 let constructor = "CreateReduceWhileOperandsPass()";
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dtf_tfl_passes.cc250 mlir::TFL::CreateReduceWhileOperandsPass()); in AddPostVariableFreezingTFToTFLConversionPasses()