aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Descriptors.hpp
diff options
context:
space:
mode:
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.