commit | de16694a6079355867287e4613ae89123c224171 | [log] [tgz] |
---|---|---|
author | Mika Raento <mikie@google.com> | Tue Apr 17 16:49:50 2018 +0100 |
committer | Mika Raento <mikie@google.com> | Thu Apr 19 14:38:52 2018 +0100 |
tree | 6cd30cf738999dc369acf43bc50c7afd30fcb10a | |
parent | 3c50fab04876f7fc3c6a02f42b718be27944c0fc [diff] [blame] |
Update namespace to match framework/ml/nn Bug: 72448000 Test: make vts Change-Id: I3543913561b33e4d1e9d960ec1f81624fb0a1e6b
diff --git a/neuralnetworks/1.1/vts/functional/GeneratedTests.cpp b/neuralnetworks/1.1/vts/functional/GeneratedTests.cpp index 1f1cc7a..95c2b1a 100644 --- a/neuralnetworks/1.1/vts/functional/GeneratedTests.cpp +++ b/neuralnetworks/1.1/vts/functional/GeneratedTests.cpp
@@ -31,7 +31,7 @@ namespace neuralnetworks { namespace generated_tests { -using ::generated_tests::MixedTypedExampleType; +using ::test_helper::MixedTypedExampleType; extern void Execute(const sp<V1_1::IDevice>&, std::function<V1_1::Model(void)>, std::function<bool(int)>, const std::vector<MixedTypedExampleType>&); } // namespace generated_tests