Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.cc563 const int aligned_d = AlignByN(dst_[0]->Depth(), stride_.z * block_size_.z); in GetGridSize() local
566 DivideRoundUp(aligned_d, block_size_.z); in GetGridSize()