113 if (tensorInfo !=
nullptr)
123 return Deref(m_InputToInputWeights);
127 return Deref(m_InputToForgetWeights);
131 return Deref(m_InputToCellWeights);
135 return Deref(m_InputToOutputWeights);
139 return Deref(m_RecurrentToInputWeights);
143 return Deref(m_RecurrentToForgetWeights);
147 return Deref(m_RecurrentToCellWeights);
151 return Deref(m_RecurrentToOutputWeights);
155 return Deref(m_CellToInputWeights);
159 return Deref(m_CellToForgetWeights);
163 return Deref(m_CellToOutputWeights);
167 return Deref(m_InputGateBias);
171 return Deref(m_ForgetGateBias);
175 return Deref(m_CellBias);
179 return Deref(m_OutputGateBias);
183 return Deref(m_ProjectionWeights);
187 return Deref(m_ProjectionBias);
191 return Deref(m_InputLayerNormWeights);
195 return Deref(m_ForgetLayerNormWeights);
199 return Deref(m_CellLayerNormWeights);
203 return Deref(m_OutputLayerNormWeights);
Copyright (c) 2020 ARM Limited.
A tensor defined by a TensorInfo (shape and data type) and an immutable backing store.