Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse_csr.py2491 … from torch.testing._internal.common_methods_invocations import sample_inputs_sparse_sampled_addmm
2493 samples = list(sample_inputs_sparse_sampled_addmm(None, device, dtype, requires_grad=True))
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py1204 def sample_inputs_sparse_sampled_addmm(op_info, device, dtype, requires_grad, **kwargs): function
13355 sample_inputs_func=sample_inputs_sparse_sampled_addmm,