summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestUnknownDimensions.cpp
diff options
context:
space:
mode:
authorMichael Butler <butlermichael@google.com>2018-11-27 19:02:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-11-27 19:02:09 +0000
commit85cf7608f622c242727dd391d75e4862ff427a79 (patch)
tree250811dabe7ee0ec78a537a714638bc7e58ce2ec /nn/runtime/test/TestUnknownDimensions.cpp
parent91f8463472f1dd2196bdb2f4f65090c93abfd950 (diff)
parentc97068abfcb2174f6ffa6cb477250b5ccdca1a82 (diff)
downloadml-85cf7608f622c242727dd391d75e4862ff427a79.tar.gz
Merge changes from topic "syncexec-ndk-shallow"
* changes: Implement ANeuralNetworksExecution_compute() and add related properties. Add synchronous execution API ANeuralNetworksExecution_compute().
Diffstat (limited to 'nn/runtime/test/TestUnknownDimensions.cpp')
-rw-r--r--nn/runtime/test/TestUnknownDimensions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nn/runtime/test/TestUnknownDimensions.cpp b/nn/runtime/test/TestUnknownDimensions.cpp
index 3006cd561..d9ab6ec0e 100644
--- a/nn/runtime/test/TestUnknownDimensions.cpp
+++ b/nn/runtime/test/TestUnknownDimensions.cpp
@@ -14,15 +14,15 @@
* limitations under the License.
*/
-#include "NeuralNetworksWrapper.h"
#include "TestHarness.h"
+#include "TestNeuralNetworksWrapper.h"
#include <gtest/gtest.h>
#include <tuple>
#include <vector>
-using namespace android::nn::wrapper;
+using namespace android::nn::test_wrapper;
using namespace test_helper;
namespace {