ArmNN
 21.02
LstmOptProjectionParameters Struct Reference

#include <LstmLayer.hpp>

Public Attributes

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