Remove unneeded TODO in comment.

PiperOrigin-RevId: 347502770
Change-Id: Ie1ca611926478301610982028f071a14a09e40b9
This commit is contained in:
T.J. Alumbaugh 2020-12-14 17:19:19 -08:00 committed by TensorFlower Gardener
parent 73fbda7026
commit 5b1a18708a

View File

@ -68,7 +68,7 @@ TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
TF_LITE_ENSURE_OK(context,
GetOutputSafe(context, node, kOutputTensor, &output));
// TODO(ahentz): Our current implementations rely on the input being 4D,
// Our current implementations relies on the input being 4D,
// and the size being 1D tensor with exactly 2 elements.
TF_LITE_ENSURE_EQ(context, NumDimensions(input), 4);
TF_LITE_ENSURE_EQ(context, NumDimensions(size), 1);