Home
last modified time | relevance | path

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

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