Home
last modified time | relevance | path

Searched defs:nested_strides (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DNestedTensorImpl.cpp18 const at::Tensor& nested_strides, in validate_nested_tensor_metadata()
170 at::Tensor nested_strides, in NestedTensorImpl()
194 at::Tensor nested_strides, in NestedTensorImpl()
227 at::Tensor nested_strides, in NestedTensorImpl()
H A DFunctionalInverses.cpp301 …seReturnMode inverse_return_mode, const Tensor& nested_sizes, const Tensor& nested_strides, const … in _nested_view_from_buffer_inverse()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorFactories.cpp64 auto nested_strides = self_nt->get_nested_strides().clone(); in empty_like_nested() local
213 auto nested_strides = nt_impl->get_nested_strides(); in narrow_nested_symint() local
237 const auto& nested_strides = nt_impl->get_nested_strides(); in alias_nested() local
H A DNestedTensorUtils.h50 at::Tensor nested_strides, in wrap_buffer()
85 at::Tensor nested_strides, in create_nested_view_tensor()
H A DNestedTensorMath.cpp875 const Tensor& nested_strides, in _nested_view_from_buffer()