ArmNN
 21.11
QLstmOptPeepholeParameters Struct Reference

#include <QLstmLayer.hpp>

Public Attributes

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

Detailed Description

Definition at line 46 of file QLstmLayer.hpp.

Member Data Documentation

◆ m_CellToForgetWeights

std::shared_ptr<ConstTensorHandle> m_CellToForgetWeights

A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16).

Definition at line 51 of file QLstmLayer.hpp.

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

◆ m_CellToInputWeights

std::shared_ptr<ConstTensorHandle> m_CellToInputWeights

A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16).

Definition at line 49 of file QLstmLayer.hpp.

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

◆ m_CellToOutputWeights

std::shared_ptr<ConstTensorHandle> m_CellToOutputWeights

A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16).

Definition at line 53 of file QLstmLayer.hpp.

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


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