Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOpsUtils.h268 inline void zero_numel_check_dims(const Tensor& self, const int64_t dim, const char *fn_name) { in zero_numel_check_dims() function
279 inline void zero_numel_check_dims(const Tensor& self, const IntArrayRef dim, const char *fn_name) { in zero_numel_check_dims() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py6012 def zero_numel_check_dims(self, dim, fn_name): function