Home
last modified time | relevance | path

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

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