Fix typo in unidirectional_sequence_lstm.cc
absense -> absence
This commit is contained in:
parent
2be88a7f1a
commit
87ba1b7923
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user