Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc281 auto type_shape = type.getShape(); in ShapeMatchesReduceWithKeepAxes() local
286 if (shape_attr.getValue<APInt>({i}) != type_shape[i]) return false; in ShapeMatchesReduceWithKeepAxes()