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

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef UintVector Table
 
+ + + + + + + + + +

+Public Member Functions

void add_data (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> data)
 
 UintVectorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
UintVectorBuilderoperator= (const UintVectorBuilder &)
 
flatbuffers::Offset< UintVector > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 6696 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef UintVector Table
+
+ +

Definition at line 6697 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ UintVectorBuilder()

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

Definition at line 6703 of file ArmnnSchema_generated.h.

+
6704  : fbb_(_fbb) {
6705  start_ = fbb_.StartTable();
6706  }
flatbuffers::FlatBufferBuilder & fbb_
+ +
+
+
+

Member Function Documentation

+ +

◆ add_data()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_data (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> data)
+
+inline
+
+ +

Definition at line 6700 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateUintVector().

+
6700  {
6701  fbb_.AddOffset(UintVector::VT_DATA, data);
6702  }
flatbuffers::FlatBufferBuilder & fbb_
+
+
+
+ +

◆ Finish()

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

Definition at line 6708 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateUintVector().

+
6708  {
6709  const auto end = fbb_.EndTable(start_);
6710  auto o = flatbuffers::Offset<UintVector>(end);
6711  return o;
6712  }
flatbuffers::FlatBufferBuilder & fbb_
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
UintVectorBuilder& operator= (const UintVectorBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 6698 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 6699 of file ArmnnSchema_generated.h.

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