aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/GraphUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/GraphUtils.h b/utils/GraphUtils.h
index 429394d1cc..ae6ecad881 100644
--- a/utils/GraphUtils.h
+++ b/utils/GraphUtils.h
@@ -255,7 +255,7 @@ inline std::unique_ptr<graph::ITensorAccessor> get_output_accessor(const std::st
{
if(labels_path.empty())
{
- return arm_compute::support::cpp14::make_unique<DummyAccessor>();
+ return arm_compute::support::cpp14::make_unique<DummyAccessor>(0);
}
else
{