ArmNN
 21.08
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 8299 of file ArmnnSchema_generated.h.

Member Typedef Documentation

◆ Table

typedef QuantizedLstmInputParams Table

Definition at line 8300 of file ArmnnSchema_generated.h.

Constructor & Destructor Documentation

◆ QuantizedLstmInputParamsBuilder()

QuantizedLstmInputParamsBuilder ( flatbuffers::FlatBufferBuilder &  _fbb)
inlineexplicit

Definition at line 8339 of file ArmnnSchema_generated.h.

8340  : fbb_(_fbb) {
8341  start_ = fbb_.StartTable();
8342  }

Member Function Documentation

◆ add_cellBias()

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

Definition at line 8333 of file ArmnnSchema_generated.h.

References VT_CELLBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8333  {
8334  fbb_.AddOffset(QuantizedLstmInputParams::VT_CELLBIAS, cellBias);
8335  }

◆ add_forgetGateBias()

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

Definition at line 8330 of file ArmnnSchema_generated.h.

References VT_FORGETGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8330  {
8331  fbb_.AddOffset(QuantizedLstmInputParams::VT_FORGETGATEBIAS, forgetGateBias);
8332  }

◆ add_inputGateBias()

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

Definition at line 8327 of file ArmnnSchema_generated.h.

References VT_INPUTGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8327  {
8328  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTGATEBIAS, inputGateBias);
8329  }

◆ add_inputToCellWeights()

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

Definition at line 8309 of file ArmnnSchema_generated.h.

References VT_INPUTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8309  {
8310  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOCELLWEIGHTS, inputToCellWeights);
8311  }
VT_INPUTTOCELLWEIGHTS

◆ add_inputToForgetWeights()

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

Definition at line 8306 of file ArmnnSchema_generated.h.

References VT_INPUTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8306  {
8307  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOFORGETWEIGHTS, inputToForgetWeights);
8308  }
VT_INPUTTOFORGETWEIGHTS

◆ add_inputToInputWeights()

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

Definition at line 8303 of file ArmnnSchema_generated.h.

References VT_INPUTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8303  {
8304  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOINPUTWEIGHTS, inputToInputWeights);
8305  }
VT_INPUTTOINPUTWEIGHTS

◆ add_inputToOutputWeights()

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

Definition at line 8312 of file ArmnnSchema_generated.h.

References VT_INPUTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8312  {
8313  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOOUTPUTWEIGHTS, inputToOutputWeights);
8314  }
VT_INPUTTOOUTPUTWEIGHTS

◆ add_outputGateBias()

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

Definition at line 8336 of file ArmnnSchema_generated.h.

References VT_OUTPUTGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8336  {
8337  fbb_.AddOffset(QuantizedLstmInputParams::VT_OUTPUTGATEBIAS, outputGateBias);
8338  }

◆ add_recurrentToCellWeights()

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

Definition at line 8321 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8321  {
8322  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOCELLWEIGHTS, recurrentToCellWeights);
8323  }
VT_RECURRENTTOCELLWEIGHTS

◆ add_recurrentToForgetWeights()

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

Definition at line 8318 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8318  {
8319  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOFORGETWEIGHTS, recurrentToForgetWeights);
8320  }
VT_RECURRENTTOFORGETWEIGHTS

◆ add_recurrentToInputWeights()

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

Definition at line 8315 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8315  {
8316  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOINPUTWEIGHTS, recurrentToInputWeights);
8317  }
VT_RECURRENTTOINPUTWEIGHTS

◆ add_recurrentToOutputWeights()

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

Definition at line 8324 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8324  {
8325  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOOUTPUTWEIGHTS, recurrentToOutputWeights);
8326  }
VT_RECURRENTTOOUTPUTWEIGHTS

◆ Finish()

flatbuffers::Offset<QuantizedLstmInputParams> Finish ( )
inline

Definition at line 8344 of file ArmnnSchema_generated.h.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8344  {
8345  const auto end = fbb_.EndTable(start_);
8346  auto o = flatbuffers::Offset<QuantizedLstmInputParams>(end);
8347  return o;
8348  }

◆ operator=()

Member Data Documentation

◆ fbb_

flatbuffers::FlatBufferBuilder& fbb_

Definition at line 8301 of file ArmnnSchema_generated.h.

◆ start_

flatbuffers::uoffset_t start_

Definition at line 8302 of file ArmnnSchema_generated.h.


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