ArmNN
 21.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 8208 of file ArmnnSchema_generated.h.

Member Typedef Documentation

◆ Table

typedef QuantizedLstmInputParams Table

Definition at line 8209 of file ArmnnSchema_generated.h.

Constructor & Destructor Documentation

◆ QuantizedLstmInputParamsBuilder()

QuantizedLstmInputParamsBuilder ( flatbuffers::FlatBufferBuilder &  _fbb)
inlineexplicit

Definition at line 8248 of file ArmnnSchema_generated.h.

8249  : fbb_(_fbb) {
8250  start_ = fbb_.StartTable();
8251  }

Member Function Documentation

◆ add_cellBias()

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

Definition at line 8242 of file ArmnnSchema_generated.h.

References VT_CELLBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8242  {
8243  fbb_.AddOffset(QuantizedLstmInputParams::VT_CELLBIAS, cellBias);
8244  }

◆ add_forgetGateBias()

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

Definition at line 8239 of file ArmnnSchema_generated.h.

References VT_FORGETGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8239  {
8240  fbb_.AddOffset(QuantizedLstmInputParams::VT_FORGETGATEBIAS, forgetGateBias);
8241  }

◆ add_inputGateBias()

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

Definition at line 8236 of file ArmnnSchema_generated.h.

References VT_INPUTGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8236  {
8237  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTGATEBIAS, inputGateBias);
8238  }

◆ add_inputToCellWeights()

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

Definition at line 8218 of file ArmnnSchema_generated.h.

References VT_INPUTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8218  {
8219  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOCELLWEIGHTS, inputToCellWeights);
8220  }
VT_INPUTTOCELLWEIGHTS

◆ add_inputToForgetWeights()

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

Definition at line 8215 of file ArmnnSchema_generated.h.

References VT_INPUTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8215  {
8216  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOFORGETWEIGHTS, inputToForgetWeights);
8217  }
VT_INPUTTOFORGETWEIGHTS

◆ add_inputToInputWeights()

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

Definition at line 8212 of file ArmnnSchema_generated.h.

References VT_INPUTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8212  {
8213  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOINPUTWEIGHTS, inputToInputWeights);
8214  }
VT_INPUTTOINPUTWEIGHTS

◆ add_inputToOutputWeights()

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

Definition at line 8221 of file ArmnnSchema_generated.h.

References VT_INPUTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8221  {
8222  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOOUTPUTWEIGHTS, inputToOutputWeights);
8223  }
VT_INPUTTOOUTPUTWEIGHTS

◆ add_outputGateBias()

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

Definition at line 8245 of file ArmnnSchema_generated.h.

References VT_OUTPUTGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8245  {
8246  fbb_.AddOffset(QuantizedLstmInputParams::VT_OUTPUTGATEBIAS, outputGateBias);
8247  }

◆ add_recurrentToCellWeights()

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

Definition at line 8230 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8230  {
8231  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOCELLWEIGHTS, recurrentToCellWeights);
8232  }
VT_RECURRENTTOCELLWEIGHTS

◆ add_recurrentToForgetWeights()

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

Definition at line 8227 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8227  {
8228  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOFORGETWEIGHTS, recurrentToForgetWeights);
8229  }
VT_RECURRENTTOFORGETWEIGHTS

◆ add_recurrentToInputWeights()

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

Definition at line 8224 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8224  {
8225  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOINPUTWEIGHTS, recurrentToInputWeights);
8226  }
VT_RECURRENTTOINPUTWEIGHTS

◆ add_recurrentToOutputWeights()

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

Definition at line 8233 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8233  {
8234  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOOUTPUTWEIGHTS, recurrentToOutputWeights);
8235  }
VT_RECURRENTTOOUTPUTWEIGHTS

◆ Finish()

flatbuffers::Offset<QuantizedLstmInputParams> Finish ( )
inline

Definition at line 8253 of file ArmnnSchema_generated.h.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8253  {
8254  const auto end = fbb_.EndTable(start_);
8255  auto o = flatbuffers::Offset<QuantizedLstmInputParams>(end);
8256  return o;
8257  }

◆ operator=()

Member Data Documentation

◆ fbb_

flatbuffers::FlatBufferBuilder& fbb_

Definition at line 8210 of file ArmnnSchema_generated.h.

◆ start_

flatbuffers::uoffset_t start_

Definition at line 8211 of file ArmnnSchema_generated.h.


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