Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/xpu/
H A Dtest_gemm.py903 def fn(torchfn, *args, test_out=False, **kwargs): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_reductions.py660 def _testCSelection(self, torchfn, mathfn): argument
1151 def _test_minmax_helper(self, torchfn, reffn, device, dtype, skip_indices=False): argument
H A Dtest_binary_ufuncs.py2984 def _test_cop(self, torchfn, mathfn, dtype, device): argument
H A Dtest_linalg.py5076 def fn(torchfn, *args, test_out=False, **kwargs): argument
8243 def fn(torchfn, *args): argument
H A Dtest_torch.py1113 def torchfn(t1, t2, t3): function