ArmNN
 25.11
Loading...
Searching...
No Matches
LstmOptProjectionParameters Struct Reference

#include <LstmParameters.hpp>

Public Attributes

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

Detailed Description

Definition at line 36 of file LstmParameters.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 LstmParameters.hpp.

◆ 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 LstmParameters.hpp.


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