From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- ...serializer_1_1_reshape_descriptor_builder.xhtml | 312 +++++++++++++++++++++ 1 file changed, 312 insertions(+) create mode 100644 21.08/structarmnn_serializer_1_1_reshape_descriptor_builder.xhtml (limited to '21.08/structarmnn_serializer_1_1_reshape_descriptor_builder.xhtml') diff --git a/21.08/structarmnn_serializer_1_1_reshape_descriptor_builder.xhtml b/21.08/structarmnn_serializer_1_1_reshape_descriptor_builder.xhtml new file mode 100644 index 0000000000..87149190b7 --- /dev/null +++ b/21.08/structarmnn_serializer_1_1_reshape_descriptor_builder.xhtml @@ -0,0 +1,312 @@ + + + + + + + + + + + + + +ArmNN: ReshapeDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ReshapeDescriptorBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef ReshapeDescriptor Table
 
+ + + + + + + + + +

+Public Member Functions

void add_targetShape (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> targetShape)
 
 ReshapeDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
ReshapeDescriptorBuilderoperator= (const ReshapeDescriptorBuilder &)
 
flatbuffers::Offset< ReshapeDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 5083 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef ReshapeDescriptor Table
+
+ +

Definition at line 5084 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ ReshapeDescriptorBuilder()

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

Definition at line 5090 of file ArmnnSchema_generated.h.

+
5091  : fbb_(_fbb) {
5092  start_ = fbb_.StartTable();
5093  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_targetShape()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_targetShape (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> targetShape)
+
+inline
+
+ +

Definition at line 5087 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateReshapeDescriptor().

+
5087  {
5088  fbb_.AddOffset(ReshapeDescriptor::VT_TARGETSHAPE, targetShape);
5089  }
+
+
+
+ +

◆ Finish()

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

Definition at line 5095 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateReshapeDescriptor().

+
5095  {
5096  const auto end = fbb_.EndTable(start_);
5097  auto o = flatbuffers::Offset<ReshapeDescriptor>(end);
5098  return o;
5099  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
ReshapeDescriptorBuilder& operator= (const ReshapeDescriptorBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 5085 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 5086 of file ArmnnSchema_generated.h.

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