summaryrefslogtreecommitdiff
path: root/neuralnetworks/aidl/vts/functional/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'neuralnetworks/aidl/vts/functional/Utils.h')
-rw-r--r--neuralnetworks/aidl/vts/functional/Utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/neuralnetworks/aidl/vts/functional/Utils.h b/neuralnetworks/aidl/vts/functional/Utils.h
index ca81418417..0db3f8c7f8 100644
--- a/neuralnetworks/aidl/vts/functional/Utils.h
+++ b/neuralnetworks/aidl/vts/functional/Utils.h
@@ -111,6 +111,8 @@ class TestBlobAHWB : public TestMemoryBase {
enum class MemoryType { ASHMEM, BLOB_AHWB, DEVICE };
+std::string toString(MemoryType type);
+
// Manages the lifetime of memory resources used in an execution.
class ExecutionContext {
DISALLOW_COPY_AND_ASSIGN(ExecutionContext);