Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_indexing.py1008 def test_multidim(self): member in TestMultiIndexingAutomated
/aosp_15_r20/external/pytorch/test/
H A Dtest_reductions.py2262 def test_multidim(x, dim): function
2270 test_multidim(x, dim)
2283 test_multidim(x, singleton_dim)
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_function_base.py547 def test_multidim(self): member in TestInsert