summaryrefslogtreecommitdiff
path: root/nn/runtime/test/specs/V1_3/qlstm_projection.mod.py
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/test/specs/V1_3/qlstm_projection.mod.py')
-rw-r--r--nn/runtime/test/specs/V1_3/qlstm_projection.mod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nn/runtime/test/specs/V1_3/qlstm_projection.mod.py b/nn/runtime/test/specs/V1_3/qlstm_projection.mod.py
index 8895962cc..07fa1ecec 100644
--- a/nn/runtime/test/specs/V1_3/qlstm_projection.mod.py
+++ b/nn/runtime/test/specs/V1_3/qlstm_projection.mod.py
@@ -36,7 +36,7 @@ input_to_cell_weights = Input("input_to_cell_weights",
input_to_output_weights = Input("input_to_output_weights",
("TENSOR_QUANT8_SYMM", "{%d, %d}" % (num_units, input_size), 0.00784314, 0))
-recurrent_to_input_weights = Input("recurrent_to_intput_weights",
+recurrent_to_input_weights = Input("recurrent_to_input_weights",
("TENSOR_QUANT8_SYMM", "{%d, %d}" % (num_units, output_size),
0.00784314, 0))
recurrent_to_forget_weights = Input("recurrent_to_forget_weights",