MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / SmallLSTMLayerDataset

Class SmallLSTMLayerDataset

tests/datasets/LSTMLayerDataset.h:188–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186};
187
188class SmallLSTMLayerDataset final : public LSTMLayerDataset
189{
190public:
191 SmallLSTMLayerDataset()
192 {
193 add_config(TensorShape(8U), TensorShape(8U, 16U), TensorShape(16U, 16U), TensorShape(16U), TensorShape(16U),
194 TensorShape(16U), TensorShape(64U),
195 ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU), 0.05f, 0.93f);
196 add_config(TensorShape(8U, 2U), TensorShape(8U, 16U), TensorShape(16U, 16U), TensorShape(16U),
197 TensorShape(16U, 2U), TensorShape(16U, 2U), TensorShape(64U, 2U),
198 ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU), 0.05f, 0.93f);
199 add_config(TensorShape(8U, 2U), TensorShape(8U, 16U), TensorShape(16U, 16U), TensorShape(16U),
200 TensorShape(16U, 2U), TensorShape(16U, 2U), TensorShape(48U, 2U),
201 ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU), 0.05f, 0.93f);
202 }
203};
204
205} // namespace datasets
206} // namespace test

Callers 2

LSTMLayer.cppFile · 0.85
LSTMLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected