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

#include <ClContextSchema_generated.h>

+
+Inheritance diagram for FLATBUFFERS_FINAL_CLASS:
+
+
+ + + +
+ + + + + + +

+Public Types

typedef ClContextBuilder Builder
 
typedef ProgramBuilder Builder
 
+ + + + + + + + + + + +

+Public Member Functions

const flatbuffers::Vector< flatbuffers::Offset< armnn::Program > > * programs () const
 
bool Verify (flatbuffers::Verifier &verifier) const
 
const flatbuffers::String * name () const
 
const flatbuffers::Vector< uint8_t > * binary () const
 
bool Verify (flatbuffers::Verifier &verifier) const
 
+

Detailed Description

+
+

Definition at line 21 of file ClContextSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Builder [1/2]

+ +
+
+ + + + +
typedef ClContextBuilder Builder
+
+ +

Definition at line 22 of file ClContextSchema_generated.h.

+ +
+
+ +

◆ Builder [2/2]

+ +
+
+ + + + +
typedef ProgramBuilder Builder
+
+ +

Definition at line 75 of file ClContextSchema_generated.h.

+ +
+
+

Member Function Documentation

+ +

◆ binary()

+ +
+
+ + + + + +
+ + + + + + + +
const flatbuffers::Vector<uint8_t>* binary () const
+
+inline
+
+ +

Definition at line 83 of file ClContextSchema_generated.h.

+
83  {
84  return GetPointer<const flatbuffers::Vector<uint8_t> *>(VT_BINARY);
85  }
+
+
+ +

◆ name()

+ +
+
+ + + + + +
+ + + + + + + +
const flatbuffers::String* name () const
+
+inline
+
+ +

Definition at line 80 of file ClContextSchema_generated.h.

+ +

References VT_NAME.

+
80  {
81  return GetPointer<const flatbuffers::String *>(VT_NAME);
82  }
+
+
+
+ +

◆ programs()

+ +
+
+ + + + + +
+ + + + + + + +
const flatbuffers::Vector<flatbuffers::Offset<armnn::Program> >* programs () const
+
+inline
+
+ +

Definition at line 26 of file ClContextSchema_generated.h.

+
26  {
27  return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<armnn::Program>> *>(VT_PROGRAMS);
28  }
+
+
+ +

◆ Verify() [1/2]

+ +
+
+ + + + + +
+ + + + + + + + +
bool Verify (flatbuffers::Verifier & verifier) const
+
+inline
+
+ +

Definition at line 29 of file ClContextSchema_generated.h.

+
29  {
30  return VerifyTableStart(verifier) &&
31  VerifyOffset(verifier, VT_PROGRAMS) &&
32  verifier.VerifyVector(programs()) &&
33  verifier.VerifyVectorOfTables(programs()) &&
34  verifier.EndTable();
35  }
const flatbuffers::Vector< flatbuffers::Offset< armnn::Program > > * programs() const
+
+
+
+ +

◆ Verify() [2/2]

+ +
+
+ + + + + +
+ + + + + + + + +
bool Verify (flatbuffers::Verifier & verifier) const
+
+inline
+
+ +

Definition at line 86 of file ClContextSchema_generated.h.

+ +

References VT_NAME.

+
86  {
87  return VerifyTableStart(verifier) &&
88  VerifyOffset(verifier, VT_NAME) &&
89  verifier.VerifyString(name()) &&
90  VerifyOffset(verifier, VT_BINARY) &&
91  verifier.VerifyVector(binary()) &&
92  verifier.EndTable();
93  }
const flatbuffers::Vector< uint8_t > * binary() const
+
const flatbuffers::String * name() const
+ +
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1