Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DNestedTensorImpl.cpp104 at::Tensor construct_nested_strides(const at::Tensor& sizes) { in construct_nested_strides() function
219 construct_nested_strides(nested_sizes), in NestedTensorImpl()
H A DNestedTensorImpl.h17 at::Tensor construct_nested_strides(const at::Tensor& nested_size);
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorMath.cpp905 construct_nested_strides(nested_size), in _nested_compute_contiguous_strides_offsets()