Home
last modified time | relevance | path

Searched refs:check_from_to_in_range (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DDistributionTemplates.h101 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/
DDistributions.mm333 templates::check_from_to_in_range(from, to - 1, self.dtype());
362 templates::check_from_to_in_range(from, to - 1, self.dtype());