From fecc77969f750cf59a26603e6443f2c1e4f1d7d8 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Thu, 25 Oct 2018 12:44:10 +0100 Subject: IVGCVSW-1065 Allow MODEL_OUTPUT as input to another layer Change-Id: I24fe0916847ec713abf952b9ea911693a692d440 --- ConversionUtils.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ConversionUtils.hpp b/ConversionUtils.hpp index 783f7cec..597edc47 100644 --- a/ConversionUtils.hpp +++ b/ConversionUtils.hpp @@ -800,6 +800,7 @@ LayerInputHandle ConvertToLayerInputHandle(const HalOperation& operation, { case OperandLifeTime::TEMPORARY_VARIABLE: // intentional fallthrough case OperandLifeTime::MODEL_INPUT: + case OperandLifeTime::MODEL_OUTPUT: { // The tensor is either an operand internal to the model, or a model input. // It can be associated with an ArmNN output slot for an existing layer. -- cgit v1.2.1