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 --- ...ectional_sequence_lstm_descriptor_builder.xhtml | 564 +++++++++++++++++++++ 1 file changed, 564 insertions(+) create mode 100644 21.11/structarmnn_serializer_1_1_unidirectional_sequence_lstm_descriptor_builder.xhtml (limited to '21.11/structarmnn_serializer_1_1_unidirectional_sequence_lstm_descriptor_builder.xhtml') diff --git a/21.11/structarmnn_serializer_1_1_unidirectional_sequence_lstm_descriptor_builder.xhtml b/21.11/structarmnn_serializer_1_1_unidirectional_sequence_lstm_descriptor_builder.xhtml new file mode 100644 index 0000000000..e9e78647f2 --- /dev/null +++ b/21.11/structarmnn_serializer_1_1_unidirectional_sequence_lstm_descriptor_builder.xhtml @@ -0,0 +1,564 @@ + + + + + + + + + + + + + +ArmNN: UnidirectionalSequenceLstmDescriptorBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
UnidirectionalSequenceLstmDescriptorBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef UnidirectionalSequenceLstmDescriptor Table
 
+ + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

void add_activationFunc (uint32_t activationFunc)
 
void add_clippingThresCell (float clippingThresCell)
 
void add_clippingThresProj (float clippingThresProj)
 
void add_cifgEnabled (bool cifgEnabled)
 
void add_peepholeEnabled (bool peepholeEnabled)
 
void add_projectionEnabled (bool projectionEnabled)
 
void add_layerNormEnabled (bool layerNormEnabled)
 
void add_timeMajor (bool timeMajor)
 
 UnidirectionalSequenceLstmDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
UnidirectionalSequenceLstmDescriptorBuilderoperator= (const UnidirectionalSequenceLstmDescriptorBuilder &)
 
flatbuffers::Offset< UnidirectionalSequenceLstmDescriptor > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 9934 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef UnidirectionalSequenceLstmDescriptor Table
+
+ +

Definition at line 9935 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ UnidirectionalSequenceLstmDescriptorBuilder()

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

Definition at line 9962 of file ArmnnSchema_generated.h.

+
9963  : fbb_(_fbb) {
9964  start_ = fbb_.StartTable();
9965  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_activationFunc()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_activationFunc (uint32_t activationFunc)
+
+inline
+
+ +

Definition at line 9938 of file ArmnnSchema_generated.h.

+ +

References VT_ACTIVATIONFUNC.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9938  {
9939  fbb_.AddElement<uint32_t>(UnidirectionalSequenceLstmDescriptor::VT_ACTIVATIONFUNC, activationFunc, 0);
9940  }
+ +
+
+
+ +

◆ add_cifgEnabled()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_cifgEnabled (bool cifgEnabled)
+
+inline
+
+ +

Definition at line 9947 of file ArmnnSchema_generated.h.

+ +

References VT_CIFGENABLED.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9947  {
9948  fbb_.AddElement<uint8_t>(UnidirectionalSequenceLstmDescriptor::VT_CIFGENABLED, static_cast<uint8_t>(cifgEnabled), 1);
9949  }
+ +
+
+
+ +

◆ add_clippingThresCell()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_clippingThresCell (float clippingThresCell)
+
+inline
+
+ +

Definition at line 9941 of file ArmnnSchema_generated.h.

+ +

References VT_CLIPPINGTHRESCELL.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9941  {
9942  fbb_.AddElement<float>(UnidirectionalSequenceLstmDescriptor::VT_CLIPPINGTHRESCELL, clippingThresCell, 0.0f);
9943  }
+
VT_CLIPPINGTHRESCELL
+
+
+
+ +

◆ add_clippingThresProj()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_clippingThresProj (float clippingThresProj)
+
+inline
+
+ +

Definition at line 9944 of file ArmnnSchema_generated.h.

+ +

References VT_CLIPPINGTHRESPROJ.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9944  {
9945  fbb_.AddElement<float>(UnidirectionalSequenceLstmDescriptor::VT_CLIPPINGTHRESPROJ, clippingThresProj, 0.0f);
9946  }
VT_CLIPPINGTHRESPROJ
+ +
+
+
+ +

◆ add_layerNormEnabled()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_layerNormEnabled (bool layerNormEnabled)
+
+inline
+
+ +

Definition at line 9956 of file ArmnnSchema_generated.h.

+ +

References VT_LAYERNORMENABLED.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9956  {
9957  fbb_.AddElement<uint8_t>(UnidirectionalSequenceLstmDescriptor::VT_LAYERNORMENABLED, static_cast<uint8_t>(layerNormEnabled), 0);
9958  }
+ +
+
+
+ +

◆ add_peepholeEnabled()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_peepholeEnabled (bool peepholeEnabled)
+
+inline
+
+ +

Definition at line 9950 of file ArmnnSchema_generated.h.

+ +

References VT_PEEPHOLEENABLED.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9950  {
9951  fbb_.AddElement<uint8_t>(UnidirectionalSequenceLstmDescriptor::VT_PEEPHOLEENABLED, static_cast<uint8_t>(peepholeEnabled), 0);
9952  }
+ +
+
+
+ +

◆ add_projectionEnabled()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_projectionEnabled (bool projectionEnabled)
+
+inline
+
+ +

Definition at line 9953 of file ArmnnSchema_generated.h.

+ +

References VT_PROJECTIONENABLED.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9953  {
9954  fbb_.AddElement<uint8_t>(UnidirectionalSequenceLstmDescriptor::VT_PROJECTIONENABLED, static_cast<uint8_t>(projectionEnabled), 0);
9955  }
VT_PROJECTIONENABLED
+ +
+
+
+ +

◆ add_timeMajor()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_timeMajor (bool timeMajor)
+
+inline
+
+ +

Definition at line 9959 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9959  {
9960  fbb_.AddElement<uint8_t>(UnidirectionalSequenceLstmDescriptor::VT_TIMEMAJOR, static_cast<uint8_t>(timeMajor), 0);
9961  }
+
+
+
+ +

◆ Finish()

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

Definition at line 9967 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateUnidirectionalSequenceLstmDescriptor().

+
9967  {
9968  const auto end = fbb_.EndTable(start_);
9969  auto o = flatbuffers::Offset<UnidirectionalSequenceLstmDescriptor>(end);
9970  return o;
9971  }
+ +
+
+
+ +

◆ operator=()

+ + +

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 9936 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 9937 of file ArmnnSchema_generated.h.

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