aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/ConstantLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/ConstantLayer.hpp')
-rw-r--r--src/armnn/layers/ConstantLayer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/armnn/layers/ConstantLayer.hpp b/src/armnn/layers/ConstantLayer.hpp
index a9a9d37f54..d3dd8cf47a 100644
--- a/src/armnn/layers/ConstantLayer.hpp
+++ b/src/armnn/layers/ConstantLayer.hpp
@@ -56,6 +56,7 @@ protected:
~ConstantLayer() = default;
/// Retrieve the handles to the constant values stored by the layer.
+ // For API stability DO NOT ALTER order and add new members to the end of vector
ConstantTensors GetConstantTensorsByRef() override { return {m_LayerOutput}; }
};