From 1dc83febfb76d6a770bdf3ba16c4034a970c2320 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 16 May 2024 09:47:51 +0100 Subject: IVGCVSW-8260 Update Doxgen Docu for 24.05 Signed-off-by: Nikhil Raj Change-Id: If4bc983bf2793a27ded8e26ac2b29523fc1e4711 --- latest/_strided_slice_layer_8hpp_source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'latest/_strided_slice_layer_8hpp_source.html') diff --git a/latest/_strided_slice_layer_8hpp_source.html b/latest/_strided_slice_layer_8hpp_source.html index 6ec41bf58f..3cbf612263 100644 --- a/latest/_strided_slice_layer_8hpp_source.html +++ b/latest/_strided_slice_layer_8hpp_source.html @@ -36,7 +36,7 @@ ArmNN
-  24.02 +  24.05
@@ -151,7 +151,7 @@ $(document).ready(function(){initNavTree('_strided_slice_layer_8hpp_source.html'
StridedSliceLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
-
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of StridedSliceLayer.
+
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of StridedSliceLayer.
~StridedSliceLayer()=default
Default destructor.
@@ -161,13 +161,13 @@ $(document).ready(function(){initNavTree('_strided_slice_layer_8hpp_source.html'
Copyright (c) 2021 ARM Limited and Contributors.
StridedSliceLayer(const StridedSliceDescriptor &param, const char *name)
Constructor to create a StridedSliceLayer.
std::vector< TensorShape > InferOutputShapes(const std::vector< TensorShape > &inputShapes) const override
By default returns inputShapes if the number of inputs are equal to number of outputs,...
-
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
+
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.