Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py1943 def test_func_expect_error(call_type, should_error): function
1951 test_func_expect_error('function', False)
1952 test_func_expect_error('function with indices', is_cuda)
1953 test_func_expect_error('method', False)
1954 test_func_expect_error('method with indices', is_cuda)
1955 test_func_expect_error('out with indices', is_cuda)