Searched refs:block_shape_elems (Results 1 – 1 of 1) sorted by relevance
833 ElementsAttr block_shape_elems; in convertSpaceToBatchNDOp() local836 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() local1086 if (!matchPattern(block_shape_value, m_Constant(&block_shape_elems))) { in convertBatchToSpaceNDOp()1105 block_shape_elems.getValue<IntegerAttr>(i).getInt()) in convertBatchToSpaceNDOp()