Remove TODO without task and improve comment.
PiperOrigin-RevId: 347919401 Change-Id: I53b4b5ab74a324d8a264c0d6389b0db02475db4c
This commit is contained in:
parent
1010d841d8
commit
1281e75b0b
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user