Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp488 …const auto solution_strides = at::native::batched_matrix_contiguous_strides(self_broadcast_size, /… in TORCH_META_FUNC() local
489 set_output_raw_strided(0, self_broadcast_size, solution_strides, self.options(), {}); in TORCH_META_FUNC()