From d5d43d82c0137e08553e44345c609cdd1a7931c7 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 17 Jun 2022 13:24:58 +0100 Subject: Update Doxygen for 22.05 patch release * Pooling3D added to tfLite delegate * Available in tag 22.05.01 Signed-off-by: Nikhil Raj Change-Id: I8d605bba4e87d30baa2c6d7b338c78a4400dc021 --- ...zer_1_1_space_to_depth_descriptor_builder.xhtml | 351 +++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 22.05.01/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml (limited to '22.05.01/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml') diff --git a/22.05.01/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml b/22.05.01/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml new file mode 100644 index 0000000000..8ddafcf09d --- /dev/null +++ b/22.05.01/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml @@ -0,0 +1,351 @@ + + + + + + + + + + + + + +ArmNN: SpaceToDepthDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05.01 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
SpaceToDepthDescriptorBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef SpaceToDepthDescriptor Table
 
+ + + + + + + + + + + +

+Public Member Functions

void add_blockSize (uint32_t blockSize)
 
void add_dataLayout (armnnSerializer::DataLayout dataLayout)
 
 SpaceToDepthDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
SpaceToDepthDescriptorBuilderoperator= (const SpaceToDepthDescriptorBuilder &)
 
flatbuffers::Offset< SpaceToDepthDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 6208 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef SpaceToDepthDescriptor Table
+
+ +

Definition at line 6209 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ SpaceToDepthDescriptorBuilder()

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

Definition at line 6218 of file ArmnnSchema_generated.h.

+
6219  : fbb_(_fbb) {
6220  start_ = fbb_.StartTable();
6221  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_blockSize()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_blockSize (uint32_t blockSize)
+
+inline
+
+ +

Definition at line 6212 of file ArmnnSchema_generated.h.

+ +

References VT_BLOCKSIZE.

+ +

Referenced by armnnSerializer::CreateSpaceToDepthDescriptor().

+
6212  {
6213  fbb_.AddElement<uint32_t>(SpaceToDepthDescriptor::VT_BLOCKSIZE, blockSize, 0);
6214  }
+ +
+
+
+ +

◆ add_dataLayout()

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

Definition at line 6215 of file ArmnnSchema_generated.h.

+ +

References VT_DATALAYOUT.

+ +

Referenced by armnnSerializer::CreateSpaceToDepthDescriptor().

+
6215  {
6216  fbb_.AddElement<int8_t>(SpaceToDepthDescriptor::VT_DATALAYOUT, static_cast<int8_t>(dataLayout), 0);
6217  }
+ +
+
+
+ +

◆ Finish()

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

Definition at line 6223 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateSpaceToDepthDescriptor().

+
6223  {
6224  const auto end = fbb_.EndTable(start_);
6225  auto o = flatbuffers::Offset<SpaceToDepthDescriptor>(end);
6226  return o;
6227  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
SpaceToDepthDescriptorBuilder& operator= (const SpaceToDepthDescriptorBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 6210 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 6211 of file ArmnnSchema_generated.h.

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