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_batch_normalization_descriptor_builder.xhtml | 351 +++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 21.02/structarmnn_serializer_1_1_batch_normalization_descriptor_builder.xhtml (limited to '21.02/structarmnn_serializer_1_1_batch_normalization_descriptor_builder.xhtml') diff --git a/21.02/structarmnn_serializer_1_1_batch_normalization_descriptor_builder.xhtml b/21.02/structarmnn_serializer_1_1_batch_normalization_descriptor_builder.xhtml new file mode 100644 index 0000000000..48f0bb19aa --- /dev/null +++ b/21.02/structarmnn_serializer_1_1_batch_normalization_descriptor_builder.xhtml @@ -0,0 +1,351 @@ + + + + + + + + + + + + + +ArmNN: BatchNormalizationDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
BatchNormalizationDescriptorBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef BatchNormalizationDescriptor Table
 
+ + + + + + + + + + + +

+Public Member Functions

void add_eps (float eps)
 
void add_dataLayout (armnnSerializer::DataLayout dataLayout)
 
 BatchNormalizationDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
BatchNormalizationDescriptorBuilderoperator= (const BatchNormalizationDescriptorBuilder &)
 
flatbuffers::Offset< BatchNormalizationDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 6076 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef BatchNormalizationDescriptor Table
+
+ +

Definition at line 6077 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ BatchNormalizationDescriptorBuilder()

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

Definition at line 6086 of file ArmnnSchema_generated.h.

+
6087  : fbb_(_fbb) {
6088  start_ = fbb_.StartTable();
6089  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_dataLayout()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_dataLayout (armnnSerializer::DataLayout dataLayout)
+
+inline
+
+ +

Definition at line 6083 of file ArmnnSchema_generated.h.

+ +

References VT_DATALAYOUT.

+ +

Referenced by armnnSerializer::CreateBatchNormalizationDescriptor().

+
6083  {
6084  fbb_.AddElement<int8_t>(BatchNormalizationDescriptor::VT_DATALAYOUT, static_cast<int8_t>(dataLayout), 0);
6085  }
+ +
+
+
+ +

◆ add_eps()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_eps (float eps)
+
+inline
+
+ +

Definition at line 6080 of file ArmnnSchema_generated.h.

+ +

References VT_EPS.

+ +

Referenced by armnnSerializer::CreateBatchNormalizationDescriptor().

+
6080  {
6081  fbb_.AddElement<float>(BatchNormalizationDescriptor::VT_EPS, eps, 0.0f);
6082  }
+ +
+
+
+ +

◆ Finish()

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

Definition at line 6091 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateBatchNormalizationDescriptor().

+
6091  {
6092  const auto end = fbb_.EndTable(start_);
6093  auto o = flatbuffers::Offset<BatchNormalizationDescriptor>(end);
6094  return o;
6095  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 6078 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 6079 of file ArmnnSchema_generated.h.

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