Fix for CI error.

Change-Id: If577ceb08baaaa8aad3554aa54c1ffddf3f26825
This commit is contained in:
Elena Zhelezina 2020-06-10 12:54:09 +01:00
parent 165c8c5dbd
commit 1267401ad0

View File

@ -153,6 +153,8 @@ TfLiteStatus EvalInt(TfLiteContext* context, const PadContext& op_context,
&pad_value_copy, GetTensorShape(op_context.output),
GetTensorData<integer_type>(op_context.output));
}
return kTfLiteOk;
}
template <KernelType kernel_type>