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 --- ...epthwise_convolution2d_descriptor_builder.xhtml | 639 +++++++++++++++++++++ 1 file changed, 639 insertions(+) create mode 100644 21.02/structarmnn_serializer_1_1_depthwise_convolution2d_descriptor_builder.xhtml (limited to '21.02/structarmnn_serializer_1_1_depthwise_convolution2d_descriptor_builder.xhtml') diff --git a/21.02/structarmnn_serializer_1_1_depthwise_convolution2d_descriptor_builder.xhtml b/21.02/structarmnn_serializer_1_1_depthwise_convolution2d_descriptor_builder.xhtml new file mode 100644 index 0000000000..6756d792e4 --- /dev/null +++ b/21.02/structarmnn_serializer_1_1_depthwise_convolution2d_descriptor_builder.xhtml @@ -0,0 +1,639 @@ + + + + + + + + + + + + + +ArmNN: DepthwiseConvolution2dDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
DepthwiseConvolution2dDescriptorBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef DepthwiseConvolution2dDescriptor 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_dilationX (uint32_t dilationX)
 
void add_dilationY (uint32_t dilationY)
 
void add_biasEnabled (bool biasEnabled)
 
void add_dataLayout (armnnSerializer::DataLayout dataLayout)
 
 DepthwiseConvolution2dDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
DepthwiseConvolution2dDescriptorBuilderoperator= (const DepthwiseConvolution2dDescriptorBuilder &)
 
flatbuffers::Offset< DepthwiseConvolution2dDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 4782 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef DepthwiseConvolution2dDescriptor Table
+
+ +

Definition at line 4783 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ DepthwiseConvolution2dDescriptorBuilder()

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

Definition at line 4816 of file ArmnnSchema_generated.h.

+
4817  : fbb_(_fbb) {
4818  start_ = fbb_.StartTable();
4819  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_biasEnabled()

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

Definition at line 4810 of file ArmnnSchema_generated.h.

+ +

References VT_BIASENABLED.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4810  {
4811  fbb_.AddElement<uint8_t>(DepthwiseConvolution2dDescriptor::VT_BIASENABLED, static_cast<uint8_t>(biasEnabled), 0);
4812  }
+ +
+
+
+ +

◆ add_dataLayout()

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

Definition at line 4813 of file ArmnnSchema_generated.h.

+ +

References VT_DATALAYOUT.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4813  {
4814  fbb_.AddElement<int8_t>(DepthwiseConvolution2dDescriptor::VT_DATALAYOUT, static_cast<int8_t>(dataLayout), 1);
4815  }
+ +
+
+
+ +

◆ add_dilationX()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_dilationX (uint32_t dilationX)
+
+inline
+
+ +

Definition at line 4804 of file ArmnnSchema_generated.h.

+ +

References VT_DILATIONX.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4804  {
4805  fbb_.AddElement<uint32_t>(DepthwiseConvolution2dDescriptor::VT_DILATIONX, dilationX, 1);
4806  }
+ +
+
+
+ +

◆ add_dilationY()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_dilationY (uint32_t dilationY)
+
+inline
+
+ +

Definition at line 4807 of file ArmnnSchema_generated.h.

+ +

References VT_DILATIONY.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4807  {
4808  fbb_.AddElement<uint32_t>(DepthwiseConvolution2dDescriptor::VT_DILATIONY, dilationY, 1);
4809  }
+ +
+
+
+ +

◆ add_padBottom()

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

Definition at line 4795 of file ArmnnSchema_generated.h.

+ +

References VT_PADBOTTOM.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4795  {
4796  fbb_.AddElement<uint32_t>(DepthwiseConvolution2dDescriptor::VT_PADBOTTOM, padBottom, 0);
4797  }
+ +
+
+
+ +

◆ add_padLeft()

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

Definition at line 4786 of file ArmnnSchema_generated.h.

+ +

References VT_PADLEFT.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4786  {
4787  fbb_.AddElement<uint32_t>(DepthwiseConvolution2dDescriptor::VT_PADLEFT, padLeft, 0);
4788  }
+ +
+
+
+ +

◆ add_padRight()

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

Definition at line 4789 of file ArmnnSchema_generated.h.

+ +

References VT_PADRIGHT.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4789  {
4790  fbb_.AddElement<uint32_t>(DepthwiseConvolution2dDescriptor::VT_PADRIGHT, padRight, 0);
4791  }
+ +
+
+
+ +

◆ add_padTop()

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

Definition at line 4792 of file ArmnnSchema_generated.h.

+ +

References VT_PADTOP.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4792  {
4793  fbb_.AddElement<uint32_t>(DepthwiseConvolution2dDescriptor::VT_PADTOP, padTop, 0);
4794  }
+ +
+
+
+ +

◆ add_strideX()

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

Definition at line 4798 of file ArmnnSchema_generated.h.

+ +

References VT_STRIDEX.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4798  {
4799  fbb_.AddElement<uint32_t>(DepthwiseConvolution2dDescriptor::VT_STRIDEX, strideX, 0);
4800  }
+ +
+
+
+ +

◆ add_strideY()

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

Definition at line 4801 of file ArmnnSchema_generated.h.

+ +

References VT_STRIDEY.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4801  {
4802  fbb_.AddElement<uint32_t>(DepthwiseConvolution2dDescriptor::VT_STRIDEY, strideY, 0);
4803  }
+ +
+
+
+ +

◆ Finish()

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

Definition at line 4821 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateDepthwiseConvolution2dDescriptor().

+
4821  {
4822  const auto end = fbb_.EndTable(start_);
4823  auto o = flatbuffers::Offset<DepthwiseConvolution2dDescriptor>(end);
4824  return o;
4825  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 4784 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 4785 of file ArmnnSchema_generated.h.

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