Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py991 def test_is_sparse(x): member in FunctionTests
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py2079 def test_is_sparse(input): function
2083 script_out_is_sparse = test_is_sparse(get_sparse())
2084 script_out_is_dense = test_is_sparse(torch.randn(2, 3))
H A Dtest_sparse.py3011 def test_is_sparse(self, device): member in TestSparse