ArmNN
 22.02
QLstmInputParamsBuilder Struct Reference

#include <ArmnnSchema_generated.h>

Public Types

typedef QLstmInputParams Table
 

Public Member Functions

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_recurrentToForgetWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToForgetWeights)
 
void add_recurrentToCellWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToCellWeights)
 
void add_recurrentToOutputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToOutputWeights)
 
void add_forgetGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > forgetGateBias)
 
void add_cellBias (flatbuffers::Offset< armnnSerializer::ConstTensor > cellBias)
 
void add_outputGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > outputGateBias)
 
void add_inputToInputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputToInputWeights)
 
void add_recurrentToInputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > recurrentToInputWeights)
 
void add_inputGateBias (flatbuffers::Offset< armnnSerializer::ConstTensor > inputGateBias)
 
void add_projectionWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > projectionWeights)
 
void add_projectionBias (flatbuffers::Offset< armnnSerializer::ConstTensor > projectionBias)
 
void add_cellToInputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > cellToInputWeights)
 
void add_cellToForgetWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > cellToForgetWeights)
 
void add_cellToOutputWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > cellToOutputWeights)
 
void add_inputLayerNormWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > inputLayerNormWeights)
 
void add_forgetLayerNormWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > forgetLayerNormWeights)
 
void add_cellLayerNormWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > cellLayerNormWeights)
 
void add_outputLayerNormWeights (flatbuffers::Offset< armnnSerializer::ConstTensor > outputLayerNormWeights)
 
 QLstmInputParamsBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
QLstmInputParamsBuilderoperator= (const QLstmInputParamsBuilder &)
 
flatbuffers::Offset< QLstmInputParams > Finish ()
 

Public Attributes

flatbuffers::FlatBufferBuilder & fbb_
 
flatbuffers::uoffset_t start_
 

Detailed Description

Definition at line 8563 of file ArmnnSchema_generated.h.

Member Typedef Documentation

◆ Table

typedef QLstmInputParams Table

Definition at line 8564 of file ArmnnSchema_generated.h.

Constructor & Destructor Documentation

◆ QLstmInputParamsBuilder()

QLstmInputParamsBuilder ( flatbuffers::FlatBufferBuilder &  _fbb)
inlineexplicit

Definition at line 8630 of file ArmnnSchema_generated.h.

8631  : fbb_(_fbb) {
8632  start_ = fbb_.StartTable();
8633  }

Member Function Documentation

◆ add_cellBias()

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

Definition at line 8588 of file ArmnnSchema_generated.h.

References VT_CELLBIAS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8588  {
8589  fbb_.AddOffset(QLstmInputParams::VT_CELLBIAS, cellBias);
8590  }

◆ add_cellLayerNormWeights()

void add_cellLayerNormWeights ( flatbuffers::Offset< armnnSerializer::ConstTensor >  cellLayerNormWeights)
inline

Definition at line 8624 of file ArmnnSchema_generated.h.

References VT_CELLLAYERNORMWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8624  {
8625  fbb_.AddOffset(QLstmInputParams::VT_CELLLAYERNORMWEIGHTS, cellLayerNormWeights);
8626  }
VT_CELLLAYERNORMWEIGHTS

◆ add_cellToForgetWeights()

void add_cellToForgetWeights ( flatbuffers::Offset< armnnSerializer::ConstTensor >  cellToForgetWeights)
inline

Definition at line 8612 of file ArmnnSchema_generated.h.

References VT_CELLTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8612  {
8613  fbb_.AddOffset(QLstmInputParams::VT_CELLTOFORGETWEIGHTS, cellToForgetWeights);
8614  }
VT_CELLTOFORGETWEIGHTS

◆ add_cellToInputWeights()

void add_cellToInputWeights ( flatbuffers::Offset< armnnSerializer::ConstTensor >  cellToInputWeights)
inline

Definition at line 8609 of file ArmnnSchema_generated.h.

References VT_CELLTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8609  {
8610  fbb_.AddOffset(QLstmInputParams::VT_CELLTOINPUTWEIGHTS, cellToInputWeights);
8611  }
VT_CELLTOINPUTWEIGHTS

◆ add_cellToOutputWeights()

void add_cellToOutputWeights ( flatbuffers::Offset< armnnSerializer::ConstTensor >  cellToOutputWeights)
inline

Definition at line 8615 of file ArmnnSchema_generated.h.

References VT_CELLTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8615  {
8616  fbb_.AddOffset(QLstmInputParams::VT_CELLTOOUTPUTWEIGHTS, cellToOutputWeights);
8617  }
VT_CELLTOOUTPUTWEIGHTS

◆ add_forgetGateBias()

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

Definition at line 8585 of file ArmnnSchema_generated.h.

References VT_FORGETGATEBIAS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8585  {
8586  fbb_.AddOffset(QLstmInputParams::VT_FORGETGATEBIAS, forgetGateBias);
8587  }

◆ add_forgetLayerNormWeights()

void add_forgetLayerNormWeights ( flatbuffers::Offset< armnnSerializer::ConstTensor >  forgetLayerNormWeights)
inline

Definition at line 8621 of file ArmnnSchema_generated.h.

References VT_FORGETLAYERNORMWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8621  {
8622  fbb_.AddOffset(QLstmInputParams::VT_FORGETLAYERNORMWEIGHTS, forgetLayerNormWeights);
8623  }
VT_FORGETLAYERNORMWEIGHTS

◆ add_inputGateBias()

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

Definition at line 8600 of file ArmnnSchema_generated.h.

References VT_INPUTGATEBIAS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8600  {
8601  fbb_.AddOffset(QLstmInputParams::VT_INPUTGATEBIAS, inputGateBias);
8602  }

◆ add_inputLayerNormWeights()

void add_inputLayerNormWeights ( flatbuffers::Offset< armnnSerializer::ConstTensor >  inputLayerNormWeights)
inline

Definition at line 8618 of file ArmnnSchema_generated.h.

References VT_INPUTLAYERNORMWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8618  {
8619  fbb_.AddOffset(QLstmInputParams::VT_INPUTLAYERNORMWEIGHTS, inputLayerNormWeights);
8620  }
VT_INPUTLAYERNORMWEIGHTS

◆ add_inputToCellWeights()

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

Definition at line 8570 of file ArmnnSchema_generated.h.

References VT_INPUTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8570  {
8571  fbb_.AddOffset(QLstmInputParams::VT_INPUTTOCELLWEIGHTS, inputToCellWeights);
8572  }
VT_INPUTTOCELLWEIGHTS

◆ add_inputToForgetWeights()

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

Definition at line 8567 of file ArmnnSchema_generated.h.

References VT_INPUTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8567  {
8568  fbb_.AddOffset(QLstmInputParams::VT_INPUTTOFORGETWEIGHTS, inputToForgetWeights);
8569  }
VT_INPUTTOFORGETWEIGHTS

◆ add_inputToInputWeights()

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

Definition at line 8594 of file ArmnnSchema_generated.h.

References VT_INPUTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8594  {
8595  fbb_.AddOffset(QLstmInputParams::VT_INPUTTOINPUTWEIGHTS, inputToInputWeights);
8596  }
VT_INPUTTOINPUTWEIGHTS

◆ add_inputToOutputWeights()

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

Definition at line 8573 of file ArmnnSchema_generated.h.

References VT_INPUTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8573  {
8574  fbb_.AddOffset(QLstmInputParams::VT_INPUTTOOUTPUTWEIGHTS, inputToOutputWeights);
8575  }
VT_INPUTTOOUTPUTWEIGHTS

◆ add_outputGateBias()

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

Definition at line 8591 of file ArmnnSchema_generated.h.

References VT_OUTPUTGATEBIAS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8591  {
8592  fbb_.AddOffset(QLstmInputParams::VT_OUTPUTGATEBIAS, outputGateBias);
8593  }

◆ add_outputLayerNormWeights()

void add_outputLayerNormWeights ( flatbuffers::Offset< armnnSerializer::ConstTensor >  outputLayerNormWeights)
inline

Definition at line 8627 of file ArmnnSchema_generated.h.

Referenced by armnnSerializer::CreateQLstmInputParams().

8627  {
8628  fbb_.AddOffset(QLstmInputParams::VT_OUTPUTLAYERNORMWEIGHTS, outputLayerNormWeights);
8629  }

◆ add_projectionBias()

void add_projectionBias ( flatbuffers::Offset< armnnSerializer::ConstTensor >  projectionBias)
inline

Definition at line 8606 of file ArmnnSchema_generated.h.

References VT_PROJECTIONBIAS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8606  {
8607  fbb_.AddOffset(QLstmInputParams::VT_PROJECTIONBIAS, projectionBias);
8608  }

◆ add_projectionWeights()

void add_projectionWeights ( flatbuffers::Offset< armnnSerializer::ConstTensor >  projectionWeights)
inline

Definition at line 8603 of file ArmnnSchema_generated.h.

References VT_PROJECTIONWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8603  {
8604  fbb_.AddOffset(QLstmInputParams::VT_PROJECTIONWEIGHTS, projectionWeights);
8605  }
VT_PROJECTIONWEIGHTS

◆ add_recurrentToCellWeights()

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

Definition at line 8579 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8579  {
8580  fbb_.AddOffset(QLstmInputParams::VT_RECURRENTTOCELLWEIGHTS, recurrentToCellWeights);
8581  }
VT_RECURRENTTOCELLWEIGHTS

◆ add_recurrentToForgetWeights()

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

Definition at line 8576 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8576  {
8577  fbb_.AddOffset(QLstmInputParams::VT_RECURRENTTOFORGETWEIGHTS, recurrentToForgetWeights);
8578  }
VT_RECURRENTTOFORGETWEIGHTS

◆ add_recurrentToInputWeights()

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

Definition at line 8597 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8597  {
8598  fbb_.AddOffset(QLstmInputParams::VT_RECURRENTTOINPUTWEIGHTS, recurrentToInputWeights);
8599  }
VT_RECURRENTTOINPUTWEIGHTS

◆ add_recurrentToOutputWeights()

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

Definition at line 8582 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQLstmInputParams().

8582  {
8583  fbb_.AddOffset(QLstmInputParams::VT_RECURRENTTOOUTPUTWEIGHTS, recurrentToOutputWeights);
8584  }
VT_RECURRENTTOOUTPUTWEIGHTS

◆ Finish()

flatbuffers::Offset<QLstmInputParams> Finish ( )
inline

Definition at line 8635 of file ArmnnSchema_generated.h.

Referenced by armnnSerializer::CreateQLstmInputParams().

8635  {
8636  const auto end = fbb_.EndTable(start_);
8637  auto o = flatbuffers::Offset<QLstmInputParams>(end);
8638  return o;
8639  }

◆ operator=()

Member Data Documentation

◆ fbb_

flatbuffers::FlatBufferBuilder& fbb_

Definition at line 8565 of file ArmnnSchema_generated.h.

◆ start_

flatbuffers::uoffset_t start_

Definition at line 8566 of file ArmnnSchema_generated.h.


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