ArmNN
 21.05
LstmOptProjectionParameters Struct Reference

#include <LstmLayer.hpp>

Public Attributes

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

Detailed Description

Definition at line 36 of file LstmLayer.hpp.

Member Data Documentation

◆ m_ProjectionBias

std::shared_ptr<ConstTensorHandle> m_ProjectionBias

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

Definition at line 41 of file LstmLayer.hpp.

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

◆ m_ProjectionWeights

std::shared_ptr<ConstTensorHandle> m_ProjectionWeights

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

Definition at line 39 of file LstmLayer.hpp.

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


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