From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- latest/structarmnn_1_1_program_builder.xhtml | 371 +++++++++++++++++++++++++++ 1 file changed, 371 insertions(+) create mode 100644 latest/structarmnn_1_1_program_builder.xhtml (limited to 'latest/structarmnn_1_1_program_builder.xhtml') diff --git a/latest/structarmnn_1_1_program_builder.xhtml b/latest/structarmnn_1_1_program_builder.xhtml new file mode 100644 index 0000000000..17169d8cb3 --- /dev/null +++ b/latest/structarmnn_1_1_program_builder.xhtml @@ -0,0 +1,371 @@ + + + + + + + + + + + + + +ArmNN: ProgramBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ProgramBuilder Struct Reference
+
+
+ +

#include <ClContextSchema_generated.h>

+ + + + +

+Public Types

typedef Program Table
 
+ + + + + + + + + + + +

+Public Member Functions

void add_name (flatbuffers::Offset< flatbuffers::String > name)
 
void add_binary (flatbuffers::Offset< flatbuffers::Vector< uint8_t >> binary)
 
 ProgramBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
ProgramBuilderoperator= (const ProgramBuilder &)
 
flatbuffers::Offset< Program > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 96 of file ClContextSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef Program Table
+
+ +

Definition at line 97 of file ClContextSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ ProgramBuilder()

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

Definition at line 106 of file ClContextSchema_generated.h.

+
107  : fbb_(_fbb) {
+
108  start_ = fbb_.StartTable();
+
109  }
+
+

References ProgramBuilder::fbb_, and ProgramBuilder::start_.

+ +
+
+

Member Function Documentation

+ +

◆ add_binary()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_binary (flatbuffers::Offset< flatbuffers::Vector< uint8_t >> binary)
+
+inline
+
+ +

Definition at line 103 of file ClContextSchema_generated.h.

+
103  {
+
104  fbb_.AddOffset(Program::VT_BINARY, binary);
+
105  }
+
+

References ProgramBuilder::fbb_.

+ +

Referenced by armnn::CreateProgram().

+ +
+
+ +

◆ add_name()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_name (flatbuffers::Offset< flatbuffers::String > name)
+
+inline
+
+ +

Definition at line 100 of file ClContextSchema_generated.h.

+
100  {
+
101  fbb_.AddOffset(Program::VT_NAME, name);
+
102  }
+
+

References ProgramBuilder::fbb_, and VT_NAME.

+ +

Referenced by armnn::CreateProgram().

+ +
+
+ +

◆ Finish()

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

Definition at line 111 of file ClContextSchema_generated.h.

+
111  {
+
112  const auto end = fbb_.EndTable(start_);
+
113  auto o = flatbuffers::Offset<Program>(end);
+
114  return o;
+
115  }
+
+

References ProgramBuilder::fbb_, and ProgramBuilder::start_.

+ +

Referenced by armnn::CreateProgram().

+ +
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
ProgramBuilder& operator= (const ProgramBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

◆ start_

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

Definition at line 99 of file ClContextSchema_generated.h.

+ +

Referenced by ProgramBuilder::Finish(), and ProgramBuilder::ProgramBuilder().

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ +
flatbuffers::uoffset_t start_
+
flatbuffers::FlatBufferBuilder & fbb_
+ + + + -- cgit v1.2.1