Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.cc27 uint o_aligned = AlignByN(shape.o, 4 * weight_desc.output_group_size); in GetTotalElementsCountForLayout() local
28 return i_aligned * o_aligned * shape.h * shape.w; in GetTotalElementsCountForLayout()
32 uint o_aligned = AlignByN(shape.o, 4); in GetTotalElementsCountForLayout() local
33 return i_aligned * o_aligned * weight_desc.spatial_remap.size(); in GetTotalElementsCountForLayout()