summaryrefslogtreecommitdiff
path: root/nn/common/operations/RNN.h
diff options
context:
space:
mode:
Diffstat (limited to 'nn/common/operations/RNN.h')
-rw-r--r--nn/common/operations/RNN.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nn/common/operations/RNN.h b/nn/common/operations/RNN.h
index e8e380a17..245eb1df3 100644
--- a/nn/common/operations/RNN.h
+++ b/nn/common/operations/RNN.h
@@ -37,7 +37,7 @@ class RNN {
bool Eval();
static constexpr int kInputTensor = 0;
- static constexpr int kWeightsTensor = 1; // Optional
+ static constexpr int kWeightsTensor = 1;
static constexpr int kRecurrentWeightsTensor = 2;
static constexpr int kBiasTensor = 3;
static constexpr int kHiddenStateInTensor = 4;