Home
last modified time | relevance | path

Searched defs:testModelFile (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/test/mobile/lightweight_dispatch/
H A Dtest_codegen_unboxing.cpp64 auto testModelFile = "ModelWithDTypeDeviceLayoutPinMemory.ptl"; in TEST() local
79 auto testModelFile = "ModelWithTensorOptional.ptl"; in TEST() local
102 auto testModelFile = "ModelWithScalarList.ptl"; in TEST() local
124 auto testModelFile = "ModelWithFloatList.ptl"; in TEST() local
136 auto testModelFile = "ModelWithListOfOptionalTensors.ptl"; in TEST() local
151 auto testModelFile = "ModelWithArrayOfInt.ptl"; in TEST() local
162 auto testModelFile = "ModelWithTensors.ptl"; in TEST() local
178 auto testModelFile = "ModelWithStringOptional.ptl"; in TEST() local
197 auto testModelFile = "ModelWithMultipleOps.ptl"; in TEST() local
/aosp_15_r20/external/pytorch/test/cpp/lite_interpreter_runtime/
H A Dtest_mobile_profiler.cpp48 auto testModelFile = torch::testing::getResourcePath( in TEST() local
102 auto testModelFile = torch::testing::getResourcePath( in TEST() local
136 auto testModelFile = torch::testing::getResourcePath( in TEST() local
168 auto testModelFile = torch::testing::getResourcePath( in TEST() local
H A Dtest_lite_interpreter_runtime.cpp20 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
57 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
80 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_graph_executor.cpp49 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
H A Dtest_interpreter.cpp202 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local
H A Dtest_module_api.cpp57 auto testModelFile = filePath.substr(0, filePath.find_last_of("/\\") + 1); in TEST() local