Fix typo in a comment of kernels/lstm.cc

PiperOrigin-RevId: 344760490
Change-Id: I7ab3f77f47150d9e24b2137addcec7c373851b24
This commit is contained in:
Taehee Jeong 2020-11-30 00:09:39 -08:00 committed by TensorFlower Gardener
parent cb7981b69f
commit 20abd293a8

View File

@ -255,7 +255,7 @@ TfLiteStatus PopulateQuantizedLstmParams8x8_16(
intermediate_zp.push_back(0);
}
}
// In the absense of projection, hidden becomes otuput and this intermediate
// In the absence of projection, hidden becomes output and this intermediate
// is ignored.
TfLiteTensor* hidden;
TF_LITE_ENSURE_OK(context, GetIntermediatesSafe(context, node, 4, &hidden));