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

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef OutputSlot Table
 
+ + + + + + + + + + + +

+Public Member Functions

void add_index (uint32_t index)
 
void add_tensorInfo (flatbuffers::Offset< armnnSerializer::TensorInfo > tensorInfo)
 
 OutputSlotBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
OutputSlotBuilderoperator= (const OutputSlotBuilder &)
 
flatbuffers::Offset< OutputSlot > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 2141 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef OutputSlot Table
+
+ +

Definition at line 2142 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ OutputSlotBuilder()

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

Definition at line 2151 of file ArmnnSchema_generated.h.

+
2152  : fbb_(_fbb) {
2153  start_ = fbb_.StartTable();
2154  }
flatbuffers::FlatBufferBuilder & fbb_
+ +
+
+
+

Member Function Documentation

+ +

◆ add_index()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_index (uint32_t index)
+
+inline
+
+ +

Definition at line 2145 of file ArmnnSchema_generated.h.

+ +

References VT_INDEX.

+ +

Referenced by armnnSerializer::CreateOutputSlot().

+
2145  {
2146  fbb_.AddElement<uint32_t>(OutputSlot::VT_INDEX, index, 0);
2147  }
flatbuffers::FlatBufferBuilder & fbb_
+ +
+
+
+ +

◆ add_tensorInfo()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_tensorInfo (flatbuffers::Offset< armnnSerializer::TensorInfo > tensorInfo)
+
+inline
+
+ +

Definition at line 2148 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateOutputSlot().

+
2148  {
2149  fbb_.AddOffset(OutputSlot::VT_TENSORINFO, tensorInfo);
2150  }
flatbuffers::FlatBufferBuilder & fbb_
+
+
+
+ +

◆ Finish()

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

Definition at line 2156 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateOutputSlot().

+
2156  {
2157  const auto end = fbb_.EndTable(start_);
2158  auto o = flatbuffers::Offset<OutputSlot>(end);
2159  return o;
2160  }
flatbuffers::FlatBufferBuilder & fbb_
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
OutputSlotBuilder& operator= (const OutputSlotBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 2143 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 2144 of file ArmnnSchema_generated.h.

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