Searched refs:test_index (Results 1 – 4 of 4) sorted by relevance
20 void test_index() { in test_index() function50 test_index<0>(); in main()51 test_index<1>(); in main()52 test_index<31>(); in main()53 test_index<32>(); in main()54 test_index<33>(); in main()55 test_index<63>(); in main()56 test_index<64>(); in main()57 test_index<65>(); in main()58 test_index<1000>(); in main()
25 def test_index(O=TensorDef(I32, S.M, S.N, output=True)): function71 return test_index(outs=[init_result])
14 tests.cindex.test_index.test_create ... ok
5336 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local5337 test_index++) { in RunAllTests()5338 GetMutableSuiteCase(test_index)->Run(); in RunAllTests()