From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- ...zer_1_1_space_to_depth_descriptor_builder.xhtml | 351 +++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 21.11/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml (limited to '21.11/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml') diff --git a/21.11/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml b/21.11/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml new file mode 100644 index 0000000000..a9804bc0d6 --- /dev/null +++ b/21.11/structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml @@ -0,0 +1,351 @@ + + + + + + + + + + + + + +ArmNN: SpaceToDepthDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 5890 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

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

Definition at line 5891 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ SpaceToDepthDescriptorBuilder()

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

Definition at line 5900 of file ArmnnSchema_generated.h.

+
5901  : fbb_(_fbb) {
5902  start_ = fbb_.StartTable();
5903  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_blockSize()

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

Definition at line 5894 of file ArmnnSchema_generated.h.

+ +

References VT_BLOCKSIZE.

+ +

Referenced by armnnSerializer::CreateSpaceToDepthDescriptor().

+
5894  {
5895  fbb_.AddElement<uint32_t>(SpaceToDepthDescriptor::VT_BLOCKSIZE, blockSize, 0);
5896  }
+ +
+
+
+ +

◆ add_dataLayout()

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

Definition at line 5897 of file ArmnnSchema_generated.h.

+ +

References VT_DATALAYOUT.

+ +

Referenced by armnnSerializer::CreateSpaceToDepthDescriptor().

+
5897  {
5898  fbb_.AddElement<int8_t>(SpaceToDepthDescriptor::VT_DATALAYOUT, static_cast<int8_t>(dataLayout), 0);
5899  }
+ +
+
+
+ +

◆ Finish()

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

Definition at line 5905 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateSpaceToDepthDescriptor().

+
5905  {
5906  const auto end = fbb_.EndTable(start_);
5907  auto o = flatbuffers::Offset<SpaceToDepthDescriptor>(end);
5908  return o;
5909  }
+ +
+
+
+ +

◆ operator=()

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

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 5892 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 5893 of file ArmnnSchema_generated.h.

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