Fix typo in a comment of kernels/lstm.cc
PiperOrigin-RevId: 344760490 Change-Id: I7ab3f77f47150d9e24b2137addcec7c373851b24
This commit is contained in:
parent
cb7981b69f
commit
20abd293a8
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user