Searched refs:aligned_w (Results 1 – 1 of 1) sorted by relevance
561 const int aligned_w = AlignByN(dst_[0]->Width(), stride_.x * block_size_.x); in GetGridSize() local564 const int grid_x = DivideRoundUp(aligned_w, block_size_.x) * dst_[0]->Batch(); in GetGridSize()