ArmNN
 22.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 8989 of file ArmnnSchema_generated.h.

Member Typedef Documentation

◆ Table

typedef QuantizedLstmInputParams Table

Definition at line 8990 of file ArmnnSchema_generated.h.

Constructor & Destructor Documentation

◆ QuantizedLstmInputParamsBuilder()

QuantizedLstmInputParamsBuilder ( flatbuffers::FlatBufferBuilder &  _fbb)
inlineexplicit

Definition at line 9029 of file ArmnnSchema_generated.h.

9030  : fbb_(_fbb) {
9031  start_ = fbb_.StartTable();
9032  }

Member Function Documentation

◆ add_cellBias()

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

Definition at line 9023 of file ArmnnSchema_generated.h.

References VT_CELLBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9023  {
9024  fbb_.AddOffset(QuantizedLstmInputParams::VT_CELLBIAS, cellBias);
9025  }

◆ add_forgetGateBias()

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

Definition at line 9020 of file ArmnnSchema_generated.h.

References VT_FORGETGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9020  {
9021  fbb_.AddOffset(QuantizedLstmInputParams::VT_FORGETGATEBIAS, forgetGateBias);
9022  }

◆ add_inputGateBias()

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

Definition at line 9017 of file ArmnnSchema_generated.h.

References VT_INPUTGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9017  {
9018  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTGATEBIAS, inputGateBias);
9019  }

◆ add_inputToCellWeights()

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

Definition at line 8999 of file ArmnnSchema_generated.h.

References VT_INPUTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8999  {
9000  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOCELLWEIGHTS, inputToCellWeights);
9001  }
VT_INPUTTOCELLWEIGHTS

◆ add_inputToForgetWeights()

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

Definition at line 8996 of file ArmnnSchema_generated.h.

References VT_INPUTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8996  {
8997  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOFORGETWEIGHTS, inputToForgetWeights);
8998  }
VT_INPUTTOFORGETWEIGHTS

◆ add_inputToInputWeights()

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

Definition at line 8993 of file ArmnnSchema_generated.h.

References VT_INPUTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

8993  {
8994  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOINPUTWEIGHTS, inputToInputWeights);
8995  }
VT_INPUTTOINPUTWEIGHTS

◆ add_inputToOutputWeights()

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

Definition at line 9002 of file ArmnnSchema_generated.h.

References VT_INPUTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9002  {
9003  fbb_.AddOffset(QuantizedLstmInputParams::VT_INPUTTOOUTPUTWEIGHTS, inputToOutputWeights);
9004  }
VT_INPUTTOOUTPUTWEIGHTS

◆ add_outputGateBias()

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

Definition at line 9026 of file ArmnnSchema_generated.h.

References VT_OUTPUTGATEBIAS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9026  {
9027  fbb_.AddOffset(QuantizedLstmInputParams::VT_OUTPUTGATEBIAS, outputGateBias);
9028  }

◆ add_recurrentToCellWeights()

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

Definition at line 9011 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOCELLWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9011  {
9012  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOCELLWEIGHTS, recurrentToCellWeights);
9013  }
VT_RECURRENTTOCELLWEIGHTS

◆ add_recurrentToForgetWeights()

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

Definition at line 9008 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOFORGETWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9008  {
9009  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOFORGETWEIGHTS, recurrentToForgetWeights);
9010  }
VT_RECURRENTTOFORGETWEIGHTS

◆ add_recurrentToInputWeights()

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

Definition at line 9005 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOINPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9005  {
9006  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOINPUTWEIGHTS, recurrentToInputWeights);
9007  }
VT_RECURRENTTOINPUTWEIGHTS

◆ add_recurrentToOutputWeights()

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

Definition at line 9014 of file ArmnnSchema_generated.h.

References VT_RECURRENTTOOUTPUTWEIGHTS.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9014  {
9015  fbb_.AddOffset(QuantizedLstmInputParams::VT_RECURRENTTOOUTPUTWEIGHTS, recurrentToOutputWeights);
9016  }
VT_RECURRENTTOOUTPUTWEIGHTS

◆ Finish()

flatbuffers::Offset<QuantizedLstmInputParams> Finish ( )
inline

Definition at line 9034 of file ArmnnSchema_generated.h.

Referenced by armnnSerializer::CreateQuantizedLstmInputParams().

9034  {
9035  const auto end = fbb_.EndTable(start_);
9036  auto o = flatbuffers::Offset<QuantizedLstmInputParams>(end);
9037  return o;
9038  }

◆ operator=()

Member Data Documentation

◆ fbb_

flatbuffers::FlatBufferBuilder& fbb_

Definition at line 8991 of file ArmnnSchema_generated.h.

◆ start_

flatbuffers::uoffset_t start_

Definition at line 8992 of file ArmnnSchema_generated.h.


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