Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DLossCTC.cu299 int threads_batch = std::min(max_threads / threads_target, (int) batch_size); in ctc_loss_gpu_template() local
651 int threads_batch = std::min(max_threads / threads_target, (int) batch_size); in ctc_loss_backward_gpu_template() local
703 int threads_batch = std::min(max_threads / threads_target, (int) batch_size); in ctc_loss_backward_gpu_template() local