Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_linalg.py3292 def _test_dot_vdot_vs_numpy(self, device, dtype, torch_fn, np_fn): member in TestLinalg
3331 self._test_dot_vdot_vs_numpy(device, dtype, torch.dot, np.dot)
3336 self._test_dot_vdot_vs_numpy(device, dtype, torch.vdot, np.vdot)