Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse_csr.py1346 def compressed_constructor(*input, **kwargs): function
1373 …sparse = compressed_constructor(compressed_indices, plain_indices, values, dtype=dtype, device=dev…