Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.cc561 const int aligned_w = AlignByN(dst_[0]->Width(), stride_.x * block_size_.x); in GetGridSize() local
564 const int grid_x = DivideRoundUp(aligned_w, block_size_.x) * dst_[0]->Batch(); in GetGridSize()