aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/LSTMLayerFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/fixtures/LSTMLayerFixture.h')
-rw-r--r--tests/validation/fixtures/LSTMLayerFixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/fixtures/LSTMLayerFixture.h b/tests/validation/fixtures/LSTMLayerFixture.h
index bc892bfecf..7f11265932 100644
--- a/tests/validation/fixtures/LSTMLayerFixture.h
+++ b/tests/validation/fixtures/LSTMLayerFixture.h
@@ -100,7 +100,7 @@ protected:
TensorType projection_w;
TensorType projection_bias;
- bool cifg_opt = scratch_shape.x() == cell_bias_shape.x() * 4 ? true : false;
+ bool cifg_opt = scratch_shape.x() == cell_bias_shape.x() * 4 ? false : true;
FunctionParams lstm_params;