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 --- ..._1_1_elementwise_unary_descriptor_builder.xhtml | 312 +++++++++++++++++++++ 1 file changed, 312 insertions(+) create mode 100644 21.02/structarmnn_serializer_1_1_elementwise_unary_descriptor_builder.xhtml (limited to '21.02/structarmnn_serializer_1_1_elementwise_unary_descriptor_builder.xhtml') diff --git a/21.02/structarmnn_serializer_1_1_elementwise_unary_descriptor_builder.xhtml b/21.02/structarmnn_serializer_1_1_elementwise_unary_descriptor_builder.xhtml new file mode 100644 index 0000000000..cc186a3328 --- /dev/null +++ b/21.02/structarmnn_serializer_1_1_elementwise_unary_descriptor_builder.xhtml @@ -0,0 +1,312 @@ + + + + + + + + + + + + + +ArmNN: ElementwiseUnaryDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ElementwiseUnaryDescriptorBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef ElementwiseUnaryDescriptor Table
 
+ + + + + + + + + +

+Public Member Functions

void add_operation (armnnSerializer::UnaryOperation operation)
 
 ElementwiseUnaryDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
ElementwiseUnaryDescriptorBuilderoperator= (const ElementwiseUnaryDescriptorBuilder &)
 
flatbuffers::Offset< ElementwiseUnaryDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 3163 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef ElementwiseUnaryDescriptor Table
+
+ +

Definition at line 3164 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ ElementwiseUnaryDescriptorBuilder()

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

Definition at line 3170 of file ArmnnSchema_generated.h.

+
3171  : fbb_(_fbb) {
3172  start_ = fbb_.StartTable();
3173  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_operation()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_operation (armnnSerializer::UnaryOperation operation)
+
+inline
+
+ +

Definition at line 3167 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateElementwiseUnaryDescriptor().

+
3167  {
3168  fbb_.AddElement<int8_t>(ElementwiseUnaryDescriptor::VT_OPERATION, static_cast<int8_t>(operation), 0);
3169  }
+
+
+
+ +

◆ Finish()

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

Definition at line 3175 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateElementwiseUnaryDescriptor().

+
3175  {
3176  const auto end = fbb_.EndTable(start_);
3177  auto o = flatbuffers::Offset<ElementwiseUnaryDescriptor>(end);
3178  return o;
3179  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
ElementwiseUnaryDescriptorBuilder& operator= (const ElementwiseUnaryDescriptorBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 3165 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 3166 of file ArmnnSchema_generated.h.

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