Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/linalg/
H A DBatchLinearAlgebraLib.cpp290 const auto U_stride = compute_uv ? matrixStride(U) : 0; in apply_svd_cusolver_gesvd() local
376 auto U_stride = compute_uv ? matrixStride(U) : 0; in apply_svd_cusolver_gesvdj() local