Home
last modified time | relevance | path

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

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