Home
last modified time | relevance | path

Searched defs: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
562 const int aligned_h = AlignByN(dst_[0]->Height(), stride_.y * block_size_.y); in GetGridSize() local