Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc268 DenseIntElementsAttr axes_attr = in ShapeMatchesReduceWithKeepAxes() local
272 if (!axes_attr || !shape_attr) return false; in ShapeMatchesReduceWithKeepAxes()
277 for (auto a : axes_attr.getIntValues()) { in ShapeMatchesReduceWithKeepAxes()