From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- ...lizer_1_1_elementwise_unary_layer_builder.xhtml | 351 +++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 21.02/structarmnn_serializer_1_1_elementwise_unary_layer_builder.xhtml (limited to '21.02/structarmnn_serializer_1_1_elementwise_unary_layer_builder.xhtml') diff --git a/21.02/structarmnn_serializer_1_1_elementwise_unary_layer_builder.xhtml b/21.02/structarmnn_serializer_1_1_elementwise_unary_layer_builder.xhtml new file mode 100644 index 0000000000..f0e8e2eaad --- /dev/null +++ b/21.02/structarmnn_serializer_1_1_elementwise_unary_layer_builder.xhtml @@ -0,0 +1,351 @@ + + + + + + + + + + + + + +ArmNN: ElementwiseUnaryLayerBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ElementwiseUnaryLayerBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef ElementwiseUnaryLayer Table
 
+ + + + + + + + + + + +

+Public Member Functions

void add_base (flatbuffers::Offset< armnnSerializer::LayerBase > base)
 
void add_descriptor (flatbuffers::Offset< armnnSerializer::ElementwiseUnaryDescriptor > descriptor)
 
 ElementwiseUnaryLayerBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
ElementwiseUnaryLayerBuilderoperator= (const ElementwiseUnaryLayerBuilder &)
 
flatbuffers::Offset< ElementwiseUnaryLayer > Finish ()
 
+ + + + + +

+Public Attributes

flatbuffers::FlatBufferBuilder & fbb_
 
flatbuffers::uoffset_t start_
 
+

Detailed Description

+
+

Definition at line 3212 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef ElementwiseUnaryLayer Table
+
+ +

Definition at line 3213 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ ElementwiseUnaryLayerBuilder()

+ +
+
+ + + + + +
+ + + + + + + + +
ElementwiseUnaryLayerBuilder (flatbuffers::FlatBufferBuilder & _fbb)
+
+inlineexplicit
+
+ +

Definition at line 3222 of file ArmnnSchema_generated.h.

+
3223  : fbb_(_fbb) {
3224  start_ = fbb_.StartTable();
3225  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_base()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_base (flatbuffers::Offset< armnnSerializer::LayerBase > base)
+
+inline
+
+ +

Definition at line 3216 of file ArmnnSchema_generated.h.

+ +

References VT_BASE.

+ +

Referenced by armnnSerializer::CreateElementwiseUnaryLayer().

+
3216  {
3217  fbb_.AddOffset(ElementwiseUnaryLayer::VT_BASE, base);
3218  }
+ +
+
+
+ +

◆ add_descriptor()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_descriptor (flatbuffers::Offset< armnnSerializer::ElementwiseUnaryDescriptor > descriptor)
+
+inline
+
+ +

Definition at line 3219 of file ArmnnSchema_generated.h.

+ +

References VT_DESCRIPTOR.

+ +

Referenced by armnnSerializer::CreateElementwiseUnaryLayer().

+
3219  {
3220  fbb_.AddOffset(ElementwiseUnaryLayer::VT_DESCRIPTOR, descriptor);
3221  }
+ +
+
+
+ +

◆ Finish()

+ +
+
+ + + + + +
+ + + + + + + +
flatbuffers::Offset<ElementwiseUnaryLayer> Finish ()
+
+inline
+
+ +

Definition at line 3227 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateElementwiseUnaryLayer().

+
3227  {
3228  const auto end = fbb_.EndTable(start_);
3229  auto o = flatbuffers::Offset<ElementwiseUnaryLayer>(end);
3230  return o;
3231  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
ElementwiseUnaryLayerBuilder& operator= (const ElementwiseUnaryLayerBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

+ +
+
+ + + + +
flatbuffers::FlatBufferBuilder& fbb_
+
+ +

Definition at line 3214 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

+ +
+
+ + + + +
flatbuffers::uoffset_t start_
+
+ +

Definition at line 3215 of file ArmnnSchema_generated.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1