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 --- ...ranspose_convolution2d_descriptor_builder.xhtml | 567 +++++++++++++++++++++ 1 file changed, 567 insertions(+) create mode 100644 21.08/structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder.xhtml (limited to '21.08/structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder.xhtml') diff --git a/21.08/structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder.xhtml b/21.08/structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder.xhtml new file mode 100644 index 0000000000..c53e5ab79a --- /dev/null +++ b/21.08/structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder.xhtml @@ -0,0 +1,567 @@ + + + + + + + + + + + + + +ArmNN: TransposeConvolution2dDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TransposeConvolution2dDescriptorBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef TransposeConvolution2dDescriptor Table
 
+ + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

void add_padLeft (uint32_t padLeft)
 
void add_padRight (uint32_t padRight)
 
void add_padTop (uint32_t padTop)
 
void add_padBottom (uint32_t padBottom)
 
void add_strideX (uint32_t strideX)
 
void add_strideY (uint32_t strideY)
 
void add_biasEnabled (bool biasEnabled)
 
void add_dataLayout (armnnSerializer::DataLayout dataLayout)
 
 TransposeConvolution2dDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
TransposeConvolution2dDescriptorBuilderoperator= (const TransposeConvolution2dDescriptorBuilder &)
 
flatbuffers::Offset< TransposeConvolution2dDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 8733 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef TransposeConvolution2dDescriptor Table
+
+ +

Definition at line 8734 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ TransposeConvolution2dDescriptorBuilder()

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

Definition at line 8761 of file ArmnnSchema_generated.h.

+
8762  : fbb_(_fbb) {
8763  start_ = fbb_.StartTable();
8764  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_biasEnabled()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_biasEnabled (bool biasEnabled)
+
+inline
+
+ +

Definition at line 8755 of file ArmnnSchema_generated.h.

+ +

References VT_BIASENABLED.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8755  {
8756  fbb_.AddElement<uint8_t>(TransposeConvolution2dDescriptor::VT_BIASENABLED, static_cast<uint8_t>(biasEnabled), 0);
8757  }
+ +
+
+
+ +

◆ add_dataLayout()

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

Definition at line 8758 of file ArmnnSchema_generated.h.

+ +

References VT_DATALAYOUT.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8758  {
8759  fbb_.AddElement<int8_t>(TransposeConvolution2dDescriptor::VT_DATALAYOUT, static_cast<int8_t>(dataLayout), 1);
8760  }
+ +
+
+
+ +

◆ add_padBottom()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_padBottom (uint32_t padBottom)
+
+inline
+
+ +

Definition at line 8746 of file ArmnnSchema_generated.h.

+ +

References VT_PADBOTTOM.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8746  {
8747  fbb_.AddElement<uint32_t>(TransposeConvolution2dDescriptor::VT_PADBOTTOM, padBottom, 0);
8748  }
+ +
+
+
+ +

◆ add_padLeft()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_padLeft (uint32_t padLeft)
+
+inline
+
+ +

Definition at line 8737 of file ArmnnSchema_generated.h.

+ +

References VT_PADLEFT.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8737  {
8738  fbb_.AddElement<uint32_t>(TransposeConvolution2dDescriptor::VT_PADLEFT, padLeft, 0);
8739  }
+ +
+
+
+ +

◆ add_padRight()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_padRight (uint32_t padRight)
+
+inline
+
+ +

Definition at line 8740 of file ArmnnSchema_generated.h.

+ +

References VT_PADRIGHT.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8740  {
8741  fbb_.AddElement<uint32_t>(TransposeConvolution2dDescriptor::VT_PADRIGHT, padRight, 0);
8742  }
+ +
+
+
+ +

◆ add_padTop()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_padTop (uint32_t padTop)
+
+inline
+
+ +

Definition at line 8743 of file ArmnnSchema_generated.h.

+ +

References VT_PADTOP.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8743  {
8744  fbb_.AddElement<uint32_t>(TransposeConvolution2dDescriptor::VT_PADTOP, padTop, 0);
8745  }
+ +
+
+
+ +

◆ add_strideX()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_strideX (uint32_t strideX)
+
+inline
+
+ +

Definition at line 8749 of file ArmnnSchema_generated.h.

+ +

References VT_STRIDEX.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8749  {
8750  fbb_.AddElement<uint32_t>(TransposeConvolution2dDescriptor::VT_STRIDEX, strideX, 0);
8751  }
+ +
+
+
+ +

◆ add_strideY()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_strideY (uint32_t strideY)
+
+inline
+
+ +

Definition at line 8752 of file ArmnnSchema_generated.h.

+ +

References VT_STRIDEY.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8752  {
8753  fbb_.AddElement<uint32_t>(TransposeConvolution2dDescriptor::VT_STRIDEY, strideY, 0);
8754  }
+ +
+
+
+ +

◆ Finish()

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

Definition at line 8766 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateTransposeConvolution2dDescriptor().

+
8766  {
8767  const auto end = fbb_.EndTable(start_);
8768  auto o = flatbuffers::Offset<TransposeConvolution2dDescriptor>(end);
8769  return o;
8770  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 8735 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 8736 of file ArmnnSchema_generated.h.

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