aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Descriptors.hpp
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-05-30 11:08:52 +0100
committerNikhil Raj Arm <nikhil.raj@arm.com>2022-06-27 16:48:53 +0000
commit4d2eec0436f75d526c2ec25623ad73c8d1ee9ac3 (patch)
tree927ab42094125d813b6acf01329a44db0e39c23a /include/armnn/Descriptors.hpp
parent3cb65014be65f54b55f3e7ceb2f0b7fd0d27cf5c (diff)
downloadarmnn-4d2eec0436f75d526c2ec25623ad73c8d1ee9ac3.tar.gz
IVGCVSW-6981 Remove deprecated code 22.05 [Post Release]
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I9ccaefbe28ea572e9e2b4a2168574804667f7460
Diffstat (limited to 'include/armnn/Descriptors.hpp')
-rw-r--r--include/armnn/Descriptors.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/armnn/Descriptors.hpp b/include/armnn/Descriptors.hpp
index 7f46c6a79d..628d045529 100644
--- a/include/armnn/Descriptors.hpp
+++ b/include/armnn/Descriptors.hpp
@@ -480,11 +480,7 @@ struct FullyConnectedDescriptor : BaseDescriptor
&& m_ConstantWeights == rhs.m_ConstantWeights;
}
- /// Get the number of views/inputs.
- ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use GetNumInputs instead", "22.05")
- uint32_t GetNumViews() const;
-
- /// Get the number of views/inputs.
+ /// Get the number of inputs.
uint32_t GetNumInputs() const;
/// Enable/disable bias.