From 549b9600a6eaf0727fa084465a75f173edf8f381 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 24 May 2022 11:32:07 +0100 Subject: Update 22.05 Doxygen Docs after updates to main Readme Signed-off-by: Nikhil Raj Change-Id: I56711772406a41ff81fa136a5fb6c59c9b9cf504 --- ...r_1_1_quantized_lstm_input_params_builder.xhtml | 711 +++++++++++++++++++++ 1 file changed, 711 insertions(+) create mode 100644 22.05/structarmnn_serializer_1_1_quantized_lstm_input_params_builder.xhtml (limited to '22.05/structarmnn_serializer_1_1_quantized_lstm_input_params_builder.xhtml') diff --git a/22.05/structarmnn_serializer_1_1_quantized_lstm_input_params_builder.xhtml b/22.05/structarmnn_serializer_1_1_quantized_lstm_input_params_builder.xhtml new file mode 100644 index 0000000000..e9fc8c940a --- /dev/null +++ b/22.05/structarmnn_serializer_1_1_quantized_lstm_input_params_builder.xhtml @@ -0,0 +1,711 @@ + + + + + + + + + + + + + +ArmNN: QuantizedLstmInputParamsBuilder Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
QuantizedLstmInputParamsBuilder Struct Reference
+
+
+ +

#include <ArmnnSchema_generated.h>

+ + + + +

+Public Types

typedef QuantizedLstmInputParams Table
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

void add_inputToInputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToInputWeights)
 
void add_inputToForgetWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToForgetWeights)
 
void add_inputToCellWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToCellWeights)
 
void add_inputToOutputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToOutputWeights)
 
void add_recurrentToInputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToInputWeights)
 
void add_recurrentToForgetWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToForgetWeights)
 
void add_recurrentToCellWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToCellWeights)
 
void add_recurrentToOutputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToOutputWeights)
 
void add_inputGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > inputGateBias)
 
void add_forgetGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > forgetGateBias)
 
void add_cellBias (flatbuffers::Offset< armnnSerializer::ConstTensor > cellBias)
 
void add_outputGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > outputGateBias)
 
 QuantizedLstmInputParamsBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
QuantizedLstmInputParamsBuilderoperator= (const QuantizedLstmInputParamsBuilder &)
 
flatbuffers::Offset< QuantizedLstmInputParams > Finish ()
 
+ + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 9045 of file ArmnnSchema_generated.h.

+

Member Typedef Documentation

+ +

◆ Table

+ +
+
+ + + + +
typedef QuantizedLstmInputParams Table
+
+ +

Definition at line 9046 of file ArmnnSchema_generated.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ QuantizedLstmInputParamsBuilder()

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

Definition at line 9085 of file ArmnnSchema_generated.h.

+
9086  : fbb_(_fbb) {
9087  start_ = fbb_.StartTable();
9088  }
+ +
+
+
+

Member Function Documentation

+ +

◆ add_cellBias()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_cellBias (flatbuffers::Offset< armnnSerializer::ConstTensor > cellBias)
+
+inline
+
+ +

Definition at line 9079 of file ArmnnSchema_generated.h.

+ +

References VT_CELLBIAS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9079  {
9080  fbb_.AddOffset(QuantizedLstmInputParams::VT_CELLBIAS, cellBias);
9081  }
+ +
+
+
+ +

◆ add_forgetGateBias()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_forgetGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > forgetGateBias)
+
+inline
+
+ +

Definition at line 9076 of file ArmnnSchema_generated.h.

+ +

References VT_FORGETGATEBIAS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9076  {
9077  fbb_.AddOffset(QuantizedLstmInputParams::VT_FORGETGATEBIAS, forgetGateBias);
9078  }
+ +
+
+
+ +

◆ add_inputGateBias()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_inputGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > inputGateBias)
+
+inline
+
+ +

Definition at line 9073 of file ArmnnSchema_generated.h.

+ +

References VT_INPUTGATEBIAS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9073  {
9074  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTGATEBIAS, inputGateBias);
9075  }
+ +
+
+
+ +

◆ add_inputToCellWeights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_inputToCellWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToCellWeights)
+
+inline
+
+ +

Definition at line 9055 of file ArmnnSchema_generated.h.

+ +

References VT_INPUTTOCELLWEIGHTS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9055  {
9056  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOCELLWEIGHTS, inputToCellWeights);
9057  }
VT_INPUTTOCELLWEIGHTS
+ +
+
+
+ +

◆ add_inputToForgetWeights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_inputToForgetWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToForgetWeights)
+
+inline
+
+ +

Definition at line 9052 of file ArmnnSchema_generated.h.

+ +

References VT_INPUTTOFORGETWEIGHTS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9052  {
9053  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOFORGETWEIGHTS, inputToForgetWeights);
9054  }
+
VT_INPUTTOFORGETWEIGHTS
+
+
+
+ +

◆ add_inputToInputWeights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_inputToInputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToInputWeights)
+
+inline
+
+ +

Definition at line 9049 of file ArmnnSchema_generated.h.

+ +

References VT_INPUTTOINPUTWEIGHTS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9049  {
9050  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOINPUTWEIGHTS, inputToInputWeights);
9051  }
+
VT_INPUTTOINPUTWEIGHTS
+
+
+
+ +

◆ add_inputToOutputWeights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_inputToOutputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToOutputWeights)
+
+inline
+
+ +

Definition at line 9058 of file ArmnnSchema_generated.h.

+ +

References VT_INPUTTOOUTPUTWEIGHTS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9058  {
9059  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOOUTPUTWEIGHTS, inputToOutputWeights);
9060  }
VT_INPUTTOOUTPUTWEIGHTS
+ +
+
+
+ +

◆ add_outputGateBias()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_outputGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > outputGateBias)
+
+inline
+
+ +

Definition at line 9082 of file ArmnnSchema_generated.h.

+ +

References VT_OUTPUTGATEBIAS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9082  {
9083  fbb_.AddOffset(QuantizedLstmInputParams::VT_OUTPUTGATEBIAS, outputGateBias);
9084  }
+ +
+
+
+ +

◆ add_recurrentToCellWeights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_recurrentToCellWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToCellWeights)
+
+inline
+
+ +

Definition at line 9067 of file ArmnnSchema_generated.h.

+ +

References VT_RECURRENTTOCELLWEIGHTS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9067  {
9068  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOCELLWEIGHTS, recurrentToCellWeights);
9069  }
+
VT_RECURRENTTOCELLWEIGHTS
+
+
+
+ +

◆ add_recurrentToForgetWeights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_recurrentToForgetWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToForgetWeights)
+
+inline
+
+ +

Definition at line 9064 of file ArmnnSchema_generated.h.

+ +

References VT_RECURRENTTOFORGETWEIGHTS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9064  {
9065  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOFORGETWEIGHTS, recurrentToForgetWeights);
9066  }
+
VT_RECURRENTTOFORGETWEIGHTS
+
+
+
+ +

◆ add_recurrentToInputWeights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_recurrentToInputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToInputWeights)
+
+inline
+
+ +

Definition at line 9061 of file ArmnnSchema_generated.h.

+ +

References VT_RECURRENTTOINPUTWEIGHTS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9061  {
9062  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOINPUTWEIGHTS, recurrentToInputWeights);
9063  }
VT_RECURRENTTOINPUTWEIGHTS
+ +
+
+
+ +

◆ add_recurrentToOutputWeights()

+ +
+
+ + + + + +
+ + + + + + + + +
void add_recurrentToOutputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToOutputWeights)
+
+inline
+
+ +

Definition at line 9070 of file ArmnnSchema_generated.h.

+ +

References VT_RECURRENTTOOUTPUTWEIGHTS.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9070  {
9071  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOOUTPUTWEIGHTS, recurrentToOutputWeights);
9072  }
+
VT_RECURRENTTOOUTPUTWEIGHTS
+
+
+
+ +

◆ Finish()

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

Definition at line 9090 of file ArmnnSchema_generated.h.

+ +

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

+
9090  {
9091  const auto end = fbb_.EndTable(start_);
9092  auto o = flatbuffers::Offset<QuantizedLstmInputParams>(end);
9093  return o;
9094  }
+ +
+
+
+ +

◆ operator=()

+ +
+
+ + + + + + + + +
QuantizedLstmInputParamsBuilder& operator= (const QuantizedLstmInputParamsBuilder)
+
+ +
+
+

Member Data Documentation

+ +

◆ fbb_

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

Definition at line 9047 of file ArmnnSchema_generated.h.

+ +
+
+ +

◆ start_

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

Definition at line 9048 of file ArmnnSchema_generated.h.

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