commit | 051cf39f9952edb775af9d88e1d0985f8e6fac53 | [log] [tgz] |
---|---|---|
author | Michael Butler <butlermichael@google.com> | Tue Jul 16 16:52:06 2019 -0700 |
committer | Slava Shklyaev <slavash@google.com> | Fri Jul 19 14:00:40 2019 +0100 |
tree | 9cc254c1e23803ea3260d288528159b78ca3ce59 | |
parent | e108bc15e6077f7b5449ccf3fe917932892308ec [diff] [blame] |
Update NN VTS callback objects The VTS Callback files are a subset of the Callback files in frameworks/ml/nn/runtime/Callbacks.*. This CL syncs the implementations, removing the functionality that is not needed in VTS. Fixes: 132322149 Test: mma Test: VtsHalNeuralnetworksV1_0TargetTest Test: VtsHalNeuralnetworksV1_1TargetTest Test: VtsHalNeuralnetworksV1_2TargetTest Change-Id: I114ce7f3b6c3d58de0196e9508209614d0a73e11 Merged-In: I114ce7f3b6c3d58de0196e9508209614d0a73e11 (cherry picked from commit 23d0e562e0013469cc1aacec4c221db406ce8789)
diff --git a/neuralnetworks/1.2/vts/functional/CompilationCachingTests.cpp b/neuralnetworks/1.2/vts/functional/CompilationCachingTests.cpp index adbf224..ac92a5b 100644 --- a/neuralnetworks/1.2/vts/functional/CompilationCachingTests.cpp +++ b/neuralnetworks/1.2/vts/functional/CompilationCachingTests.cpp
@@ -26,6 +26,7 @@ #include <cstdio> #include <cstdlib> #include <random> +#include <thread> #include "1.2/Callbacks.h" #include "GeneratedTestHarness.h"