Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_tensorexpr_pybind.py85 def test_with_shape(n): function
92 test_with_shape(8)
93 test_with_shape(31)
111 def test_with_shape(n, m): function
118 test_with_shape(2, 4)
119 test_with_shape(5, 3)