ArmNN
 23.08
QLstmOptCifgParameters Struct Reference

#include <QLstmLayer.hpp>

Public Attributes

std::shared_ptr< ConstTensorHandlem_InputToInputWeights
 A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_RecurrentToInputWeights
 A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_InputGateBias
 A unique pointer to represent 1D weights tensor with dimensions [num_units] (int32). More...
 

Detailed Description

Definition at line 56 of file QLstmLayer.hpp.

Member Data Documentation

◆ m_InputGateBias

std::shared_ptr<ConstTensorHandle> m_InputGateBias

A unique pointer to represent 1D weights tensor with dimensions [num_units] (int32).

Definition at line 63 of file QLstmLayer.hpp.

Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

◆ m_InputToInputWeights

std::shared_ptr<ConstTensorHandle> m_InputToInputWeights

A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units] (QSymmS8).

Definition at line 59 of file QLstmLayer.hpp.

Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

◆ m_RecurrentToInputWeights

std::shared_ptr<ConstTensorHandle> m_RecurrentToInputWeights

A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units] (QSymmS8).

Definition at line 61 of file QLstmLayer.hpp.

Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().


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