Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_python_builtins.py214 def check_dynamic_indexing(indexing, tensor, value1, value2): function
280 check_dynamic_indexing("[i + j]", consec((3, 3)), 0, 1)
281 check_dynamic_indexing("[i:j, i]", consec((3, 3, 2)), 0, 2)
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py4989 def check_dynamic_indexing(indexing, tensor, value1, value2): function
5071 check_dynamic_indexing("[i + j]", consec((3, 3)), 0, 1)
5072 check_dynamic_indexing("[i:j, i]", consec((3, 3, 2)), 0, 2)