From 2e24175c683bca42496104591d6b702dad360b8e Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 1 Feb 2022 16:42:15 +0000 Subject: IVGCVSW-6724 Accessing ConstTensors from IConnectableLayer Signed-off-by: Nikhil Raj Change-Id: I01f42a520d15c6dabd2f77c7715c91b8f7026476 --- src/armnn/layers/DepthwiseConvolution2dLayer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/armnn/layers/DepthwiseConvolution2dLayer.cpp') diff --git a/src/armnn/layers/DepthwiseConvolution2dLayer.cpp b/src/armnn/layers/DepthwiseConvolution2dLayer.cpp index db14e22b29..b23661b4a8 100644 --- a/src/armnn/layers/DepthwiseConvolution2dLayer.cpp +++ b/src/armnn/layers/DepthwiseConvolution2dLayer.cpp @@ -145,6 +145,7 @@ void DepthwiseConvolution2dLayer::ValidateTensorShapesFromInputs() Layer::ConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef() { + // For API stability DO NOT ALTER order and add new members to the end of vector return {m_Weight, m_Bias}; } -- cgit v1.2.1