aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2018-10-25 12:44:10 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-29 13:46:44 +0000
commitfecc77969f750cf59a26603e6443f2c1e4f1d7d8 (patch)
treebe88825ff13854355786831665f2f1ef144279a8
parent8d50f8f4b848547635a74e6fdec29f632748ebb1 (diff)
downloadandroid-nn-driver-fecc77969f750cf59a26603e6443f2c1e4f1d7d8.tar.gz
IVGCVSW-1065 Allow MODEL_OUTPUT as input to another layer
Change-Id: I24fe0916847ec713abf952b9ea911693a692d440
-rw-r--r--ConversionUtils.hpp1
1 files changed, 1 insertions, 0 deletions
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.