Home
last modified time | relevance | path

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

/external/pytorch/test/torch_np/
Dtest_random.py24 def control_stream(use_numpy=False): argument
25 with config.patch(use_numpy_random_stream=use_numpy):
45 def test_rndm_scalar(self, func, use_numpy): argument
47 with control_stream(use_numpy):
65 def test_rndm_array(self, func, use_numpy): argument
66 with control_stream(use_numpy):
77 def test_1d(self, use_numpy): argument
88 def test_2d(self, use_numpy): argument
100 def test_shuffle_list(self, use_numpy): argument
113 def test_choice(self, use_numpy): argument
[all …]