Fix typo in unidirectional_sequence_lstm.cc

absense -> absence
This commit is contained in:
Ikko Ashimine 2020-12-27 22:00:43 +09:00 committed by GitHub
parent 2be88a7f1a
commit 87ba1b7923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,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 otuput and this intermediate
// is ignored.
TfLiteTensor* hidden;
TF_LITE_ENSURE_OK(context, GetIntermediatesSafe(context, node, 4, &hidden));