ArmNN
 21.02
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 8140 of file ArmnnSchema_generated.h.

Member Typedef Documentation

◆ Table

typedef QuantizedLstmInputParams Table

Definition at line 8141 of file ArmnnSchema_generated.h.

Constructor & Destructor Documentation

◆ QuantizedLstmInputParamsBuilder()

QuantizedLstmInputParamsBuilder ( flatbuffers::FlatBufferBuilder &  _fbb)
inlineexplicit

Definition at line 8180 of file ArmnnSchema_generated.h.

8181  : fbb_(_fbb) {
8182  start_ = fbb_.StartTable();
8183  }

Member Function Documentation

◆ add_cellBias()

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

Definition at line 8174 of file ArmnnSchema_generated.h.

References VT_CELLBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8174  {
8175  fbb_.AddOffset(QuantizedLstmInputParams::VT_CELLBIAS, cellBias);
8176  }

◆ add_forgetGateBias()

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

Definition at line 8171 of file ArmnnSchema_generated.h.

References VT_FORGETGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8171  {
8172  fbb_.AddOffset(QuantizedLstmInputParams::VT_FORGETGATEBIAS, forgetGateBias);
8173  }

◆ add_inputGateBias()

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

Definition at line 8168 of file ArmnnSchema_generated.h.

References VT_INPUTGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8168  {
8169  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTGATEBIAS, inputGateBias);
8170  }

◆ add_inputToCellWeights()

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

Definition at line 8150 of file ArmnnSchema_generated.h.

References VT_INPUTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8150  {
8151  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOCELLWEIGHTS, inputToCellWeights);
8152  }
VT_INPUTTOCELLWEIGHTS

◆ add_inputToForgetWeights()

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

Definition at line 8147 of file ArmnnSchema_generated.h.

References VT_INPUTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8147  {
8148  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOFORGETWEIGHTS, inputToForgetWeights);
8149  }
VT_INPUTTOFORGETWEIGHTS

◆ add_inputToInputWeights()

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

Definition at line 8144 of file ArmnnSchema_generated.h.

References VT_INPUTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8144  {
8145  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOINPUTWEIGHTS, inputToInputWeights);
8146  }
VT_INPUTTOINPUTWEIGHTS

◆ add_inputToOutputWeights()

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

Definition at line 8153 of file ArmnnSchema_generated.h.

References VT_INPUTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8153  {
8154  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOOUTPUTWEIGHTS, inputToOutputWeights);
8155  }
VT_INPUTTOOUTPUTWEIGHTS

◆ add_outputGateBias()

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

Definition at line 8177 of file ArmnnSchema_generated.h.

References VT_OUTPUTGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8177  {
8178  fbb_.AddOffset(QuantizedLstmInputParams::VT_OUTPUTGATEBIAS, outputGateBias);
8179  }

◆ add_recurrentToCellWeights()

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

Definition at line 8162 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8162  {
8163  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOCELLWEIGHTS, recurrentToCellWeights);
8164  }
VT_RECURRENTTOCELLWEIGHTS

◆ add_recurrentToForgetWeights()

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

Definition at line 8159 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8159  {
8160  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOFORGETWEIGHTS, recurrentToForgetWeights);
8161  }
VT_RECURRENTTOFORGETWEIGHTS

◆ add_recurrentToInputWeights()

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

Definition at line 8156 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8156  {
8157  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOINPUTWEIGHTS, recurrentToInputWeights);
8158  }
VT_RECURRENTTOINPUTWEIGHTS

◆ add_recurrentToOutputWeights()

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

Definition at line 8165 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8165  {
8166  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOOUTPUTWEIGHTS, recurrentToOutputWeights);
8167  }
VT_RECURRENTTOOUTPUTWEIGHTS

◆ Finish()

flatbuffers::Offset<QuantizedLstmInputParams> Finish ( )
inline

Definition at line 8185 of file ArmnnSchema_generated.h.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8185  {
8186  const auto end = fbb_.EndTable(start_);
8187  auto o = flatbuffers::Offset<QuantizedLstmInputParams>(end);
8188  return o;
8189  }

◆ operator=()

Member Data Documentation

◆ fbb_

flatbuffers::FlatBufferBuilder& fbb_

Definition at line 8142 of file ArmnnSchema_generated.h.

◆ start_

flatbuffers::uoffset_t start_

Definition at line 8143 of file ArmnnSchema_generated.h.


The documentation for this struct was generated from the following file: