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

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef StandInDescriptor Table
 
+ + + + + + + + + + + +

+Public Member Functions

void add_numInputs (uint32_t numInputs)
 
void add_numOutputs (uint32_t numOutputs)
 
 StandInDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
StandInDescriptorBuilderoperator= (const StandInDescriptorBuilder &)
 
flatbuffers::Offset< StandInDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 9038 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef StandInDescriptor Table
+
+ +

Definition at line 9039 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ StandInDescriptorBuilder()

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

Definition at line 9048 of file ArmnnSchema_generated.h.

+
9049  : fbb_(_fbb) {
9050  start_ = fbb_.StartTable();
9051  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_numInputs()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_numInputs (uint32_t numInputs)
+
+inline
+
+ +

Definition at line 9042 of file ArmnnSchema_generated.h.

+ +

References VT_NUMINPUTS.

+ +

Referenced by armnnSerializer::CreateStandInDescriptor().

+
9042  {
9043  fbb_.AddElement<uint32_t>(StandInDescriptor::VT_NUMINPUTS, numInputs, 0);
9044  }
+ +
+
+
+ +

◆ add_numOutputs()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_numOutputs (uint32_t numOutputs)
+
+inline
+
+ +

Definition at line 9045 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateStandInDescriptor().

+
9045  {
9046  fbb_.AddElement<uint32_t>(StandInDescriptor::VT_NUMOUTPUTS, numOutputs, 0);
9047  }
+
+
+
+ +

◆ Finish()

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

Definition at line 9053 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateStandInDescriptor().

+
9053  {
9054  const auto end = fbb_.EndTable(start_);
9055  auto o = flatbuffers::Offset<StandInDescriptor>(end);
9056  return o;
9057  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
StandInDescriptorBuilder& operator= (const StandInDescriptorBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 9040 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 9041 of file ArmnnSchema_generated.h.

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