From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- .../_elementwise_unary_operator_8hpp_source.xhtml | 55 +++++++++++++++------- 1 file changed, 38 insertions(+), 17 deletions(-) (limited to '23.02/_elementwise_unary_operator_8hpp_source.xhtml') diff --git a/23.02/_elementwise_unary_operator_8hpp_source.xhtml b/23.02/_elementwise_unary_operator_8hpp_source.xhtml index 4030ba1c26..bf4b385c2b 100644 --- a/23.02/_elementwise_unary_operator_8hpp_source.xhtml +++ b/23.02/_elementwise_unary_operator_8hpp_source.xhtml @@ -8,7 +8,7 @@ - + ArmNN: src/backends/tosaCommon/operatorMappings/ElementwiseUnaryOperator.hpp Source File @@ -19,9 +19,6 @@ - @@ -30,7 +27,8 @@ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); - + + @@ -51,18 +49,21 @@ - + +/* @license-end */
@@ -76,7 +77,9 @@ $(function() {
@@ -98,22 +101,40 @@ $(document).ready(function(){initNavTree('_elementwise_unary_operator_8hpp_sourc
ElementwiseUnaryOperator.hpp
-Go to the documentation of this file.
1 //
2 // Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "TosaOperatorUtils.hpp"
9 #include <Layer.hpp>
10 
11 #include <tosa_serialization_handler.h>
12 
13 using namespace armnn;
14 using namespace tosa;
15 
16 TosaSerializationBasicBlock* ConvertElementwiseUnaryOperator(const Layer* layer,
17  const std::vector<const TensorInfo*>& inputs,
18  const std::vector<const TensorInfo*>& outputs,
19  const ElementwiseUnaryDescriptor* unaryDescriptor);
TosaSerializationBasicBlock * ConvertElementwiseUnaryOperator(const Layer *layer, const std::vector< const TensorInfo *> &inputs, const std::vector< const TensorInfo *> &outputs, const ElementwiseUnaryDescriptor *unaryDescriptor)
- -
Copyright (c) 2021 ARM Limited and Contributors.
- -
A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer.
- - +Go to the documentation of this file.
1 //
+
2 // Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
+
3 // SPDX-License-Identifier: MIT
+
4 //
+
5 
+
6 #pragma once
+
7 
+
8 #include "TosaOperatorUtils.hpp"
+
9 #include <Layer.hpp>
+
10 
+
11 #include <tosa_serialization_handler.h>
+
12 
+
13 using namespace armnn;
+
14 using namespace tosa;
+
15 
+
16 TosaSerializationBasicBlock* ConvertElementwiseUnaryOperator(const Layer* layer,
+
17  const std::vector<const TensorInfo*>& inputs,
+
18  const std::vector<const TensorInfo*>& outputs,
+
19  const ElementwiseUnaryDescriptor* unaryDescriptor);
+
A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer.
+ + +
TosaSerializationBasicBlock * ConvertElementwiseUnaryOperator(const Layer *layer, const std::vector< const TensorInfo * > &inputs, const std::vector< const TensorInfo * > &outputs, const ElementwiseUnaryDescriptor *unaryDescriptor)
+
Copyright (c) 2021 ARM Limited and Contributors.
+ -- cgit v1.2.1