Home
last modified time | relevance | path

Searched defs:access_y (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/native/cuda/
DUpSample.cuh193 int access_y = max(min(y, height - 1), 0); in upsample_get_value_bounded() local
209 int access_y = max(min(y, height - 1), 0); in upsample_increment_value_bounded() local
/external/pytorch/aten/src/ATen/native/
DUpSample.h375 int64_t access_y = std::max(std::min(y, height - 1), static_cast<int64_t>(0)); in upsample_get_value_bounded() local
388 int64_t access_y = std::max(std::min(y, height - 1), static_cast<int64_t>(0)); in upsample_increment_value_bounded() local