Searched refs:_test_alias_with_cvt (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/ |
H A D | test_tensor_creation_ops.py | 3877 def _test_alias_with_cvt(self, cvt, device, dtype, shape=(5, 5), only_with_dtype=False): member in TestAsArray 3901 self._test_alias_with_cvt(identity, device, dtype) 3906 self._test_alias_with_cvt(to_numpy, device, dtype) 3912 self._test_alias_with_cvt(to_dlpack, device, dtype) 3917 self._test_alias_with_cvt(to_memview, device, dtype, shape=(5,), only_with_dtype=True)
|