Merge pull request #25719 from amitsrivastava78:lstm_warning
PiperOrigin-RevId: 240842568
This commit is contained in:
commit
fd2db21368
@ -840,6 +840,7 @@ void* Init(TfLiteContext* context, const char* buffer, size_t length) {
|
||||
default:
|
||||
return nullptr;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
void Free(TfLiteContext* context, void* buffer) {
|
||||
gemm_support::DecrementUsageCounter(context);
|
||||
@ -857,6 +858,7 @@ TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
|
||||
default:
|
||||
return kTfLiteError;
|
||||
}
|
||||
return kTfLiteError;
|
||||
}
|
||||
|
||||
TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) {
|
||||
@ -869,6 +871,7 @@ TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) {
|
||||
default:
|
||||
return kTfLiteError;
|
||||
}
|
||||
return kTfLiteError;
|
||||
}
|
||||
|
||||
} // namespace lstm
|
||||
|
Loading…
Reference in New Issue
Block a user