Remove an obsolete TODO.

PiperOrigin-RevId: 285305865
Change-Id: I7710bafa16211f3b2322218498fa7df3b93469b6
This commit is contained in:
Jian Li 2019-12-12 17:21:55 -08:00 committed by TensorFlower Gardener
parent c62e5335d7
commit 4748c9e52b

View File

@ -193,7 +193,6 @@ OperatorProperty GetOperatorProperty(const ModelT* model, int subgraph_index,
} }
case BuiltinOperator_LSTM: { case BuiltinOperator_LSTM: {
// TODO(jianlijianli): extend LSTM op spec to inlucde input, bias etc. // TODO(jianlijianli): extend LSTM op spec to inlucde input, bias etc.
// TODO(jianlijianli): extend this to other variants of LSTM.
// LSTM needs 5 intermediate tensors. This agrees with the fully quantized // LSTM needs 5 intermediate tensors. This agrees with the fully quantized
// kernels in lstm_eval.cc // kernels in lstm_eval.cc
if (op_variant.use_layer_norm && op_variant.use_projection && if (op_variant.use_layer_norm && op_variant.use_projection &&