Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc56 unsigned nLoops, unsigned nReduction) { in GetParallelAndReductionIterators() argument
57 SmallVector<StringRef, 3> res(nLoops - nReduction, in GetParallelAndReductionIterators()
59 res.append(nReduction, getReductionIteratorTypeName()); in GetParallelAndReductionIterators()