Skip to content

Commit 8de2a7e

Browse files
committed
Removing unnecessary comment.
1 parent f5d86dd commit 8de2a7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow/lite/micro/kernels/xtensa/lstm_eval.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,6 @@ TfLiteStatus EvalLstm(const OpDataLSTM& op_data,
808808
step_info.UpdateTime();
809809
}
810810
} else if (size_info.batch_size > 1 && size_info.time_steps == 1) {
811-
// Ramesh
812811
lstm_internal::LstmStep<ActivationType, WeightType, CellType, BiasType>(
813812
step_info, op_data, kernel_content, buffers);
814813
} else {

0 commit comments

Comments
 (0)