Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp695 TORCH_META_FUNC(lu_unpack)(const Tensor& LU, const Tensor& pivots, bool unpack_data, bool unpack_pi… in TORCH_META_FUNC() argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py9082 def lu_unpack(x): function