Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp1573 Tensor alias_with_sizes_and_strides( in alias_with_sizes_and_strides() function
1600 Tensor alias_with_sizes_and_strides( in alias_with_sizes_and_strides() function
1727 return alias_with_sizes_and_strides(self, sizes, strides); in _reshape_alias()
3372 return alias_with_sizes_and_strides(self, inferred_size, *stride); in view_impl()
3758 return alias_with_sizes_and_strides(self, self.sym_sizes(), self.sym_strides()); in alias()