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 --- ..._1_1_batch_to_space_nd_descriptor_builder.xhtml | 387 +++++++++++++++++++++ 1 file changed, 387 insertions(+) create mode 100644 21.02/structarmnn_serializer_1_1_batch_to_space_nd_descriptor_builder.xhtml (limited to '21.02/structarmnn_serializer_1_1_batch_to_space_nd_descriptor_builder.xhtml') diff --git a/21.02/structarmnn_serializer_1_1_batch_to_space_nd_descriptor_builder.xhtml b/21.02/structarmnn_serializer_1_1_batch_to_space_nd_descriptor_builder.xhtml new file mode 100644 index 0000000000..34ff731fdf --- /dev/null +++ b/21.02/structarmnn_serializer_1_1_batch_to_space_nd_descriptor_builder.xhtml @@ -0,0 +1,387 @@ + + + + + + + + + + + + + +ArmNN: BatchToSpaceNdDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
BatchToSpaceNdDescriptorBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef BatchToSpaceNdDescriptor Table
 
+ + + + + + + + + + + + + +

+Public Member Functions

void add_blockShape (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> blockShape)
 
void add_crops (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> crops)
 
void add_dataLayout (armnnSerializer::DataLayout dataLayout)
 
 BatchToSpaceNdDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
BatchToSpaceNdDescriptorBuilderoperator= (const BatchToSpaceNdDescriptorBuilder &)
 
flatbuffers::Offset< BatchToSpaceNdDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 5471 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef BatchToSpaceNdDescriptor Table
+
+ +

Definition at line 5472 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ BatchToSpaceNdDescriptorBuilder()

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

Definition at line 5484 of file ArmnnSchema_generated.h.

+
5485  : fbb_(_fbb) {
5486  start_ = fbb_.StartTable();
5487  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_blockShape()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_blockShape (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> blockShape)
+
+inline
+
+ +

Definition at line 5475 of file ArmnnSchema_generated.h.

+ +

References VT_BLOCKSHAPE.

+ +

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

+
5475  {
5476  fbb_.AddOffset(BatchToSpaceNdDescriptor::VT_BLOCKSHAPE, blockShape);
5477  }
+ +
+
+
+ +

◆ add_crops()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_crops (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> crops)
+
+inline
+
+ +

Definition at line 5478 of file ArmnnSchema_generated.h.

+ +

References VT_CROPS.

+ +

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

+
5478  {
5479  fbb_.AddOffset(BatchToSpaceNdDescriptor::VT_CROPS, crops);
5480  }
+ +
+
+
+ +

◆ add_dataLayout()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_dataLayout (armnnSerializer::DataLayout dataLayout)
+
+inline
+
+ +

Definition at line 5481 of file ArmnnSchema_generated.h.

+ +

References VT_DATALAYOUT.

+ +

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

+
5481  {
5482  fbb_.AddElement<int8_t>(BatchToSpaceNdDescriptor::VT_DATALAYOUT, static_cast<int8_t>(dataLayout), 0);
5483  }
+ +
+
+
+ +

◆ Finish()

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

Definition at line 5489 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

+
5489  {
5490  const auto end = fbb_.EndTable(start_);
5491  auto o = flatbuffers::Offset<BatchToSpaceNdDescriptor>(end);
5492  return o;
5493  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
BatchToSpaceNdDescriptorBuilder& operator= (const BatchToSpaceNdDescriptorBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 5473 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 5474 of file ArmnnSchema_generated.h.

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