From c0de5b2aecc0070ed541c774783e192c4564039b Mon Sep 17 00:00:00 2001 From: Hyeonjong Ryu <xhae@google.com> Date: Tue, 20 Oct 2020 22:51:59 -0700 Subject: [PATCH] Internal change on comments. PiperOrigin-RevId: 338204483 Change-Id: Iabbc1e5b3eb6c9bf11d4e08c074d7baf3d8f5d69 --- tensorflow/lite/core/api/flatbuffer_conversions.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/tensorflow/lite/core/api/flatbuffer_conversions.cc b/tensorflow/lite/core/api/flatbuffer_conversions.cc index d28f83c3635..ea381801505 100644 --- a/tensorflow/lite/core/api/flatbuffer_conversions.cc +++ b/tensorflow/lite/core/api/flatbuffer_conversions.cc @@ -1441,9 +1441,6 @@ TfLiteStatus ParseReshape(const Operator* op, ErrorReporter* error_reporter, if (schema_params != nullptr) { const flatbuffers::Vector<int32_t>* new_shape = schema_params->new_shape(); - // TODO(b/147203660): We need to figure out when dynamic reshape - // (new_shape is a tensor) happens, why the option is not a nullptr. - // But nonethless, we should only copy when new_shape is not a nullptr. if (new_shape != nullptr) { TF_LITE_ENSURE_STATUS( FlatBufferIntVectorToArray(sizeof(params->shape), new_shape,