Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/cuda/
DLossCTC.cu84const int64_t* __restrict__ tg_batch_offsets, int64_t tg_target_stride, in ctc_loss_log_alpha_gpu_kernel()
243 auto tg_batch_offsets = at::empty({batch_size}, at::device(at::kCPU).dtype(at::kLong)); in ctc_loss_gpu_template() local
327const int64_t* __restrict__ tg_batch_offsets, int64_t tg_target_stride, in ctc_loss_backward_log_beta_gpu_kernel()
462const int64_t* __restrict__ tg_batch_offsets, int64_t tg_target_stride, in ctc_loss_backward_collect_nonblank_gpu_kernel()
514const int64_t* __restrict__ tg_batch_offsets, int64_t tg_target_stride, in ctc_loss_backward_collect_gpu_kernel()
614 auto tg_batch_offsets = at::empty({batch_size}, TensorOptions(at::CPU(kLong))); in ctc_loss_backward_gpu_template() local
/external/pytorch/aten/src/ATen/native/
DLossCTC.cpp76 std::vector<int64_t> tg_batch_offsets(batch_size); in ctc_loss_allocate_outputs() local
137 std::vector<int64_t> tg_batch_offsets; in ctc_loss_cpu_template() local
247 std::vector<int64_t> tg_batch_offsets(batch_size); in ctc_loss_backward_cpu_template() local