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 --- ...ializer_1_1_fully_connected_layer_builder.xhtml | 420 +++++++++++++++++++++ 1 file changed, 420 insertions(+) create mode 100644 21.02/structarmnn_serializer_1_1_fully_connected_layer_builder.xhtml (limited to '21.02/structarmnn_serializer_1_1_fully_connected_layer_builder.xhtml') diff --git a/21.02/structarmnn_serializer_1_1_fully_connected_layer_builder.xhtml b/21.02/structarmnn_serializer_1_1_fully_connected_layer_builder.xhtml new file mode 100644 index 0000000000..31db494de0 --- /dev/null +++ b/21.02/structarmnn_serializer_1_1_fully_connected_layer_builder.xhtml @@ -0,0 +1,420 @@ + + + + + + + + + + + + + +ArmNN: FullyConnectedLayerBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
FullyConnectedLayerBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef FullyConnectedLayer Table
 
+ + + + + + + + + + + + + + + +

+Public Member Functions

void add_base (flatbuffers::Offset< armnnSerializer::LayerBase > base)
 
void add_descriptor (flatbuffers::Offset< armnnSerializer::FullyConnectedDescriptor > descriptor)
 
void add_weights (flatbuffers::Offset< armnnSerializer::ConstTensor > weights)
 
void add_biases (flatbuffers::Offset< armnnSerializer::ConstTensor > biases)
 
 FullyConnectedLayerBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
FullyConnectedLayerBuilderoperator= (const FullyConnectedLayerBuilder &)
 
flatbuffers::Offset< FullyConnectedLayer > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 3461 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef FullyConnectedLayer Table
+
+ +

Definition at line 3462 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ FullyConnectedLayerBuilder()

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

Definition at line 3477 of file ArmnnSchema_generated.h.

+
3478  : fbb_(_fbb) {
3479  start_ = fbb_.StartTable();
3480  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_base()

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

Definition at line 3465 of file ArmnnSchema_generated.h.

+ +

References VT_BASE.

+ +

Referenced by armnnSerializer::CreateFullyConnectedLayer().

+
3465  {
3466  fbb_.AddOffset(FullyConnectedLayer::VT_BASE, base);
3467  }
+ +
+
+
+ +

◆ add_biases()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_biases (flatbuffers::Offset< armnnSerializer::ConstTensor > biases)
+
+inline
+
+ +

Definition at line 3474 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateFullyConnectedLayer().

+
3474  {
3475  fbb_.AddOffset(FullyConnectedLayer::VT_BIASES, biases);
3476  }
+
+
+
+ +

◆ add_descriptor()

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

Definition at line 3468 of file ArmnnSchema_generated.h.

+ +

References VT_DESCRIPTOR.

+ +

Referenced by armnnSerializer::CreateFullyConnectedLayer().

+
3468  {
3469  fbb_.AddOffset(FullyConnectedLayer::VT_DESCRIPTOR, descriptor);
3470  }
+ +
+
+
+ +

◆ add_weights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_weights (flatbuffers::Offset< armnnSerializer::ConstTensor > weights)
+
+inline
+
+ +

Definition at line 3471 of file ArmnnSchema_generated.h.

+ +

References VT_WEIGHTS.

+ +

Referenced by armnnSerializer::CreateFullyConnectedLayer().

+
3471  {
3472  fbb_.AddOffset(FullyConnectedLayer::VT_WEIGHTS, weights);
3473  }
+ +
+
+
+ +

◆ Finish()

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

Definition at line 3482 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateFullyConnectedLayer().

+
3482  {
3483  const auto end = fbb_.EndTable(start_);
3484  auto o = flatbuffers::Offset<FullyConnectedLayer>(end);
3485  return o;
3486  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
FullyConnectedLayerBuilder& operator= (const FullyConnectedLayerBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 3463 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 3464 of file ArmnnSchema_generated.h.

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