Searched refs:check_from_to_in_range (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/aten/src/ATen/native/ |
D | DistributionTemplates.h | 101 inline void check_from_to_in_range(int64_t from, int64_t to_inc, caffe2::TypeMeta dtype) { in check_from_to_in_range() function 149 check_from_to_in_range(from, to - 1, self.dtype()); in random_from_to_impl() 174 check_from_to_in_range(from, to_inc, self.dtype()); in random_from_to_impl()
|
/external/pytorch/aten/src/ATen/native/mps/operations/ |
D | Distributions.mm | 333 templates::check_from_to_in_range(from, to - 1, self.dtype()); 362 templates::check_from_to_in_range(from, to - 1, self.dtype());
|