Merge pull request #30337 from siju-samuel:patch-58
PiperOrigin-RevId: 257002797
This commit is contained in:
commit
07323ccf85
@ -38,6 +38,7 @@ TfLiteStatus ResizeOutputImpl(TfLiteContext* context, const TfLiteTensor* dims,
|
|||||||
for (int i = 0; i < output_shape->size; ++i) {
|
for (int i = 0; i < output_shape->size; ++i) {
|
||||||
T data = GetTensorData<T>(dims)[i];
|
T data = GetTensorData<T>(dims)[i];
|
||||||
if (data < 0) {
|
if (data < 0) {
|
||||||
|
TfLiteIntArrayFree(output_shape);
|
||||||
context->ReportError(context, "Fill dimensions must be >= 0", dims->type);
|
context->ReportError(context, "Fill dimensions must be >= 0", dims->type);
|
||||||
return kTfLiteError;
|
return kTfLiteError;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user