Home
last modified time | relevance | path

Searched refs:check_supported_max_int_with_precision (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/aten/src/ATen/native/cuda/
DRandperm.cu61 check_supported_max_int_with_precision(n, result); in randperm_out_cuda()
/external/pytorch/aten/src/ATen/native/
DTensorFactories.h80 inline void check_supported_max_int_with_precision(int64_t n, const Tensor& tensor) { in check_supported_max_int_with_precision() function
DTensorFactories.cpp1138 check_supported_max_int_with_precision(n, result); in randperm_out_cpu()
/external/pytorch/aten/src/ATen/native/mps/operations/
DDistributions.mm416 check_supported_max_int_with_precision(n, result);