Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter.cc206 std::vector<mlir::AffineForOp> new_loops; in HoistAndFix() local
210 new_loops.push_back(where); in HoistAndFix()
215 op.moveBefore(&new_loops.back().getBody()->back()); in HoistAndFix()
217 CHECK_EQ(ancestors.size(), new_loops.size()); in HoistAndFix()
220 new_loops[i].getInductionVar(), in HoistAndFix()
221 new_loops.back().region()); in HoistAndFix()
223 return new_loops.front(); in HoistAndFix()