Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DScatterGatherChecks.h41 inline void gather_shape_check(const Tensor& self, int64_t dim, in gather_shape_check() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py4865 def gather_shape_check(self, dim, index): function