ArmNN
 22.05
QLstmOptProjectionParameters Struct Reference

#include <QLstmLayer.hpp>

Public Attributes

std::shared_ptr< ConstTensorHandlem_ProjectionWeights
 A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_ProjectionBias
 A unique pointer to represent 1D weights tensor with dimensions [output_size] (int32). More...
 

Detailed Description

Definition at line 38 of file QLstmLayer.hpp.

Member Data Documentation

◆ m_ProjectionBias

std::shared_ptr<ConstTensorHandle> m_ProjectionBias

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

Definition at line 43 of file QLstmLayer.hpp.

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

◆ m_ProjectionWeights

std::shared_ptr<ConstTensorHandle> m_ProjectionWeights

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

Definition at line 41 of file QLstmLayer.hpp.

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


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