Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc833 ElementsAttr block_shape_elems; in convertSpaceToBatchNDOp() local
836 if (!matchPattern(block_shape_value, m_Constant(&block_shape_elems))) in convertSpaceToBatchNDOp()
912 block_shape_elems.getValue<IntegerAttr>(i).getInt()) in convertSpaceToBatchNDOp()
981 block_shape_elems.getValue<IntegerAttr>(i).getInt()) in convertSpaceToBatchNDOp()
1083 ElementsAttr block_shape_elems; in convertBatchToSpaceNDOp() local
1086 if (!matchPattern(block_shape_value, m_Constant(&block_shape_elems))) { in convertBatchToSpaceNDOp()
1105 block_shape_elems.getValue<IntegerAttr>(i).getInt()) in convertBatchToSpaceNDOp()