Searched refs:testModelFile (Results 1 – 6 of 6) sorted by relevance
64 auto testModelFile = "ModelWithDTypeDeviceLayoutPinMemory.ptl"; in TEST() local70 Module bc = _load_for_mobile(testModelFile); in TEST()79 auto testModelFile = "ModelWithTensorOptional.ptl"; in TEST() local88 Module bc = _load_for_mobile(testModelFile); in TEST()102 auto testModelFile = "ModelWithScalarList.ptl"; in TEST() local111 Module bc = _load_for_mobile(testModelFile); in TEST()124 auto testModelFile = "ModelWithFloatList.ptl"; in TEST() local127 Module bc = _load_for_mobile(testModelFile); in TEST()136 auto testModelFile = "ModelWithListOfOptionalTensors.ptl"; in TEST() local142 Module bc = _load_for_mobile(testModelFile); in TEST()[all …]
20 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local21 testModelFile.append("sequence.ptl"); in TEST()47 Module bc = _load_for_mobile(testModelFile); in TEST()57 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local68 testModelFile.append("delegate_test.ptl"); in TEST()69 auto mlm = _load_for_mobile(testModelFile); in TEST()80 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local140 testModelFile.append("delegated_submodule_with_debug_info.ptl"); in TEST()141 auto mlm = _load_for_mobile(testModelFile); in TEST()
48 auto testModelFile = torch::testing::getResourcePath( in TEST() local56 mobile::Module bc = _load_for_mobile(testModelFile.string()); in TEST()102 auto testModelFile = torch::testing::getResourcePath( in TEST() local110 mobile::Module bc = _load_for_mobile(testModelFile.string()); in TEST()136 auto testModelFile = torch::testing::getResourcePath( in TEST() local144 mobile::Module bc = _load_for_mobile(testModelFile.string()); in TEST()168 auto testModelFile = torch::testing::getResourcePath( in TEST() local180 mobile::Module bc = _load_for_mobile(testModelFile.string()); in TEST()
49 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local50 testModelFile.append("test_interpreter_async.pt"); in TEST()51 auto module = load(testModelFile); in TEST()
202 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local203 testModelFile.append("test_interpreter_async.pt"); in TEST()204 auto model = load(testModelFile); in TEST()
57 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local59 testModelFile.append("test_interpreter_async.pt"); in TEST()60 auto m = load(testModelFile); in TEST()