Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/cuda/
DMultiLabelMarginCriterion.cu69 const int64_t* target_k = target + k * dim; in C10_LAUNCH_BOUNDS_1() local
143 const int64_t* target_k = target + k * dim; in C10_LAUNCH_BOUNDS_1() local
DMultiMarginLoss.cu32 int target_k = static_cast<int>(target[k]); in MultiMarginLoss_forward_kernel() local
78 int target_k = static_cast<int>(target[k]); in MultiMarginLoss_backward_kernel() local