aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/LSTMLayerDataset.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datasets/LSTMLayerDataset.h')
-rw-r--r--tests/datasets/LSTMLayerDataset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/datasets/LSTMLayerDataset.h b/tests/datasets/LSTMLayerDataset.h
index 51802fd75b..a976caa0ba 100644
--- a/tests/datasets/LSTMLayerDataset.h
+++ b/tests/datasets/LSTMLayerDataset.h
@@ -160,6 +160,7 @@ class SmallLSTMLayerDataset final : public LSTMLayerDataset
public:
SmallLSTMLayerDataset()
{
+ add_config(TensorShape(8U), TensorShape(8U, 16U), TensorShape(16U, 16U), TensorShape(16U), TensorShape(16U), TensorShape(16U), TensorShape(64U), ActivationLayerInfo(), 0.05f, 0.93f);
add_config(TensorShape(8U, 2U), TensorShape(8U, 16U), TensorShape(16U, 16U), TensorShape(16U), TensorShape(16U, 2U), TensorShape(16U, 2U), TensorShape(64U, 2U), ActivationLayerInfo(), 0.05f, 0.93f);
add_config(TensorShape(8U, 2U), TensorShape(8U, 16U), TensorShape(16U, 16U), TensorShape(16U), TensorShape(16U, 2U), TensorShape(16U, 2U), TensorShape(48U, 2U), ActivationLayerInfo(), 0.05f, 0.93f);
}