Home
last modified time | relevance | path

Searched defs:test_model_file (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_flatbuffer.cpp1413 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1460 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1502 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1541 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1581 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1620 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1660 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1714 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1753 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1793 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
H A Dtest_lite_interpreter.cpp1674 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1721 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1763 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1802 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1842 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1883 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1923 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
1977 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
2016 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
2056 auto test_model_file = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtest_teflon.cpp137 test_model_file(std::string file_name) in test_model_file() function