aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/RNNLayerDataset.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datasets/RNNLayerDataset.h')
-rw-r--r--tests/datasets/RNNLayerDataset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datasets/RNNLayerDataset.h b/tests/datasets/RNNLayerDataset.h
index 40d1b934f3..5f42def676 100644
--- a/tests/datasets/RNNLayerDataset.h
+++ b/tests/datasets/RNNLayerDataset.h
@@ -131,7 +131,7 @@ class SmallRNNLayerDataset final : public RNNLayerDataset
public:
SmallRNNLayerDataset()
{
- add_config(TensorShape(128U, 16U), TensorShape(128U, 32U), TensorShape(32U, 32U), TensorShape(32U), TensorShape(32U, 16U), ActivationLayerInfo());
+ add_config(TensorShape(128U, 16U), TensorShape(128U, 32U), TensorShape(32U, 32U), TensorShape(32U), TensorShape(32U, 16U), ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU));
}
};