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/_reduce_layer_8hpp_source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'latest/_reduce_layer_8hpp_source.html') diff --git a/latest/_reduce_layer_8hpp_source.html b/latest/_reduce_layer_8hpp_source.html index f3827c9553..3da98375a2 100644 --- a/latest/_reduce_layer_8hpp_source.html +++ b/latest/_reduce_layer_8hpp_source.html @@ -36,7 +36,7 @@ ArmNN
-  24.02 +  24.05
@@ -157,8 +157,8 @@ $(document).ready(function(){initNavTree('_reduce_layer_8hpp_source.html',''); i
ReduceLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
Definition: ReduceLayer.cpp:34
Copyright (c) 2021 ARM Limited and Contributors.
-
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,...
Definition: ReduceLayer.cpp:62
-
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
+
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,...
Definition: ReduceLayer.cpp:65
+
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
A ReduceDescriptor for the REDUCE operators.
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the Reduce type.
Definition: ReduceLayer.cpp:23
@@ -166,7 +166,7 @@ $(document).ready(function(){initNavTree('_reduce_layer_8hpp_source.html',''); i