ArmNN
 23.08
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]. 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 LstmParameters.hpp.

Member Data Documentation

◆ m_ProjectionBias

◆ m_ProjectionWeights


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