Searched refs:o_aligned (Results 1 – 1 of 1) sorted by relevance
27 uint o_aligned = AlignByN(shape.o, 4 * weight_desc.output_group_size); in GetTotalElementsCountForLayout() local28 return i_aligned * o_aligned * shape.h * shape.w; in GetTotalElementsCountForLayout()32 uint o_aligned = AlignByN(shape.o, 4); in GetTotalElementsCountForLayout() local33 return i_aligned * o_aligned * weight_desc.spatial_remap.size(); in GetTotalElementsCountForLayout()