ArmNN
 21.02
QLstmOptProjectionParameters Struct Reference

#include <QLstmLayer.hpp>

Public Attributes

std::unique_ptr< ScopedCpuTensorHandlem_ProjectionWeights
 A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units] (QSymmS8). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_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::unique_ptr<ScopedCpuTensorHandle> 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::unique_ptr<ScopedCpuTensorHandle> 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: