Searched refs:test_is_sparse (Results 1 – 3 of 3) sorted by relevance
991 def test_is_sparse(x): member in FunctionTests
2079 def test_is_sparse(input): function2083 script_out_is_sparse = test_is_sparse(get_sparse())2084 script_out_is_dense = test_is_sparse(torch.randn(2, 3))
3011 def test_is_sparse(self, device): member in TestSparse