Searched refs:test_func_expect_error (Results 1 – 1 of 1) sorted by relevance
1943 def test_func_expect_error(call_type, should_error): function1951 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)