Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.cc552 const int aligned_h = in BindArguments() local
555 args->SetInt("grid_size_y", DivideRoundUp(aligned_h, block_size_.y))); in BindArguments()
562 const int aligned_h = AlignByN(dst_[0]->Height(), stride_.y * block_size_.y); in GetGridSize() local
565 const int grid_y = DivideRoundUp(aligned_h, block_size_.y) * in GetGridSize()