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 --- ...rializer_1_1_multiplication_layer_builder.xhtml | 315 +++++++++++++++++++++ 1 file changed, 315 insertions(+) create mode 100644 21.02/structarmnn_serializer_1_1_multiplication_layer_builder.xhtml (limited to '21.02/structarmnn_serializer_1_1_multiplication_layer_builder.xhtml') diff --git a/21.02/structarmnn_serializer_1_1_multiplication_layer_builder.xhtml b/21.02/structarmnn_serializer_1_1_multiplication_layer_builder.xhtml new file mode 100644 index 0000000000..676c51901a --- /dev/null +++ b/21.02/structarmnn_serializer_1_1_multiplication_layer_builder.xhtml @@ -0,0 +1,315 @@ + + + + + + + + + + + + + +ArmNN: MultiplicationLayerBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
MultiplicationLayerBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef MultiplicationLayer Table
 
+ + + + + + + + + +

+Public Member Functions

void add_base (flatbuffers::Offset< armnnSerializer::LayerBase > base)
 
 MultiplicationLayerBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
MultiplicationLayerBuilderoperator= (const MultiplicationLayerBuilder &)
 
flatbuffers::Offset< MultiplicationLayer > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 4274 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef MultiplicationLayer Table
+
+ +

Definition at line 4275 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ MultiplicationLayerBuilder()

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

Definition at line 4281 of file ArmnnSchema_generated.h.

+
4282  : fbb_(_fbb) {
4283  start_ = fbb_.StartTable();
4284  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_base()

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

Definition at line 4278 of file ArmnnSchema_generated.h.

+ +

References VT_BASE.

+ +

Referenced by armnnSerializer::CreateMultiplicationLayer().

+
4278  {
4279  fbb_.AddOffset(MultiplicationLayer::VT_BASE, base);
4280  }
+ +
+
+
+ +

◆ Finish()

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

Definition at line 4286 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateMultiplicationLayer().

+
4286  {
4287  const auto end = fbb_.EndTable(start_);
4288  auto o = flatbuffers::Offset<MultiplicationLayer>(end);
4289  return o;
4290  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
MultiplicationLayerBuilder& operator= (const MultiplicationLayerBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 4276 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 4277 of file ArmnnSchema_generated.h.

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