From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ...uctarmnn_1_1_lstm_opt_peephole_parameters.xhtml | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 20.02/structarmnn_1_1_lstm_opt_peephole_parameters.xhtml (limited to '20.02/structarmnn_1_1_lstm_opt_peephole_parameters.xhtml') diff --git a/20.02/structarmnn_1_1_lstm_opt_peephole_parameters.xhtml b/20.02/structarmnn_1_1_lstm_opt_peephole_parameters.xhtml new file mode 100644 index 0000000000..2f38e4770b --- /dev/null +++ b/20.02/structarmnn_1_1_lstm_opt_peephole_parameters.xhtml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + +ArmNN: LstmOptPeepholeParameters Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LstmOptPeepholeParameters Struct Reference
+
+
+ +

#include <LstmLayer.hpp>

+ + + + + + + + +

+Public Attributes

std::unique_ptr< ScopedCpuTensorHandlem_CellToForgetWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::unique_ptr< ScopedCpuTensorHandlem_CellToOutputWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
+

Detailed Description

+
+

Definition at line 46 of file LstmLayer.hpp.

+

Member Data Documentation

+ +

◆ m_CellToForgetWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_CellToForgetWeights
+
+ +

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

+ +

Definition at line 49 of file LstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_CellToOutputWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_CellToOutputWeights
+
+ +

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

+ +

Definition at line 51 of file LstmLayer.hpp.

+ +

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

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1