diff --git a/neuralnetworks/1.0/vts/functional/GeneratedTestsV1_0.cpp b/neuralnetworks/1.0/vts/functional/GeneratedTestsV1_0.cpp index 74946a5cae..32e9a7f4ce 100644 --- a/neuralnetworks/1.0/vts/functional/GeneratedTestsV1_0.cpp +++ b/neuralnetworks/1.0/vts/functional/GeneratedTestsV1_0.cpp @@ -42,7 +42,7 @@ using ::test_helper::MixedTypedExample; std::vector createRequests(const std::vector& examples); // in frameworks/ml/nn/runtime/tests/generated/ -#include "all_generated_V1_0_vts_tests.cpp" +#include "vts/V1_0/all_generated_V1_0_vts_tests.cpp" } // namespace functional } // namespace vts diff --git a/neuralnetworks/1.1/vts/functional/GeneratedTestsV1_0.cpp b/neuralnetworks/1.1/vts/functional/GeneratedTestsV1_0.cpp index 10cf5a9e5a..23e6534231 100644 --- a/neuralnetworks/1.1/vts/functional/GeneratedTestsV1_0.cpp +++ b/neuralnetworks/1.1/vts/functional/GeneratedTestsV1_0.cpp @@ -43,7 +43,7 @@ using ::test_helper::MixedTypedExample; std::vector createRequests(const std::vector& examples); // in frameworks/ml/nn/runtime/tests/generated/ -#include "all_generated_V1_0_vts_tests.cpp" +#include "vts/V1_1/all_generated_V1_0_vts_tests.cpp" } // namespace functional } // namespace vts diff --git a/neuralnetworks/1.1/vts/functional/GeneratedTestsV1_1.cpp b/neuralnetworks/1.1/vts/functional/GeneratedTestsV1_1.cpp index 079c18c449..680b93aaee 100644 --- a/neuralnetworks/1.1/vts/functional/GeneratedTestsV1_1.cpp +++ b/neuralnetworks/1.1/vts/functional/GeneratedTestsV1_1.cpp @@ -43,7 +43,7 @@ using ::test_helper::MixedTypedExample; std::vector createRequests(const std::vector& examples); // in frameworks/ml/nn/runtime/tests/generated/ -#include "all_generated_V1_1_vts_tests.cpp" +#include "vts/V1_1/all_generated_V1_1_vts_tests.cpp" } // namespace functional } // namespace vts diff --git a/neuralnetworks/1.2/vts/functional/CompilationCachingTests.cpp b/neuralnetworks/1.2/vts/functional/CompilationCachingTests.cpp index 9cabb7b04e..adbf224fee 100644 --- a/neuralnetworks/1.2/vts/functional/CompilationCachingTests.cpp +++ b/neuralnetworks/1.2/vts/functional/CompilationCachingTests.cpp @@ -50,7 +50,7 @@ namespace float32_model { // In frameworks/ml/nn/runtime/test/generated/, creates a hidl model of float32 mobilenet. #include "examples/mobilenet_224_gender_basic_fixed.example.cpp" -#include "vts_models/mobilenet_224_gender_basic_fixed.model.cpp" +#include "vts/V1_2/models/mobilenet_224_gender_basic_fixed.model.cpp" // Prevent the compiler from complaining about an otherwise unused function. [[maybe_unused]] auto dummy_createTestModel = createTestModel_dynamic_output_shape; @@ -73,7 +73,7 @@ namespace quant8_model { // In frameworks/ml/nn/runtime/test/generated/, creates a hidl model of quant8 mobilenet. #include "examples/mobilenet_quantized.example.cpp" -#include "vts_models/mobilenet_quantized.model.cpp" +#include "vts/V1_2/models/mobilenet_quantized.model.cpp" // Prevent the compiler from complaining about an otherwise unused function. [[maybe_unused]] auto dummy_createTestModel = createTestModel_dynamic_output_shape; diff --git a/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_0.cpp b/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_0.cpp index d48c73e331..b4e6696403 100644 --- a/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_0.cpp +++ b/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_0.cpp @@ -42,7 +42,7 @@ using ::test_helper::MixedTypedExample; std::vector createRequests(const std::vector& examples); // in frameworks/ml/nn/runtime/tests/generated/ -#include "all_generated_V1_0_vts_tests.cpp" +#include "vts/V1_2/all_generated_V1_0_vts_tests.cpp" } // namespace functional } // namespace vts diff --git a/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_1.cpp b/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_1.cpp index 1adb3717e5..33212fb002 100644 --- a/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_1.cpp +++ b/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_1.cpp @@ -42,7 +42,7 @@ using ::test_helper::MixedTypedExample; std::vector createRequests(const std::vector& examples); // in frameworks/ml/nn/runtime/tests/generated/ -#include "all_generated_V1_1_vts_tests.cpp" +#include "vts/V1_2/all_generated_V1_1_vts_tests.cpp" } // namespace functional } // namespace vts diff --git a/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_2.cpp b/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_2.cpp index f9cecf8e28..8481b4d7eb 100644 --- a/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_2.cpp +++ b/neuralnetworks/1.2/vts/functional/GeneratedTestsV1_2.cpp @@ -42,7 +42,7 @@ using ::test_helper::MixedTypedExample; std::vector createRequests(const std::vector& examples); // in frameworks/ml/nn/runtime/tests/generated/ -#include "all_generated_V1_2_vts_tests.cpp" +#include "vts/V1_2/all_generated_V1_2_vts_tests.cpp" // Generated from spec/strided_slice_invalid_output_dims.mod.py. // TODO(b/132155416): Make this part of all_generated_V1_2_vts_tests.cpp.