ArmNN
 22.02
LstmOptPeepholeParameters Struct Reference

#include <LstmParameters.hpp>

Public Attributes

std::shared_ptr< ConstTensorHandlem_CellToInputWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_CellToForgetWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_CellToOutputWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 

Detailed Description

Definition at line 44 of file LstmParameters.hpp.

Member Data Documentation

◆ m_CellToForgetWeights

◆ m_CellToInputWeights

◆ m_CellToOutputWeights


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