Remove TODO without task and improve comment.

PiperOrigin-RevId: 347919401
Change-Id: I53b4b5ab74a324d8a264c0d6389b0db02475db4c
This commit is contained in:
T.J. Alumbaugh 2020-12-16 16:23:55 -08:00 committed by TensorFlower Gardener
parent 1010d841d8
commit 1281e75b0b

View File

@ -118,7 +118,7 @@ TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
op_context.constant_values->type);
}
// TODO(nupurgarg): Current implementations rely on the inputs being <= 4D.
// Ensure we do not exceed maximum dimension count.
TF_LITE_ENSURE(
context, op_context.dims <= reference_ops::PadKernelMaxDimensionCount());