Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py3599 def test_sparse_matmul(self, device, dtype, coalesced): member in TestSparse
3638 def test_sparse_matmul(sparse_dims, nnz, shape_a, shape_b): function