Remove extraneous comment

PiperOrigin-RevId: 346369559
Change-Id: Ied4a2fb67519274ae6c2c323ac694f4356f872f5
This commit is contained in:
T.J. Alumbaugh 2020-12-08 11:23:10 -08:00 committed by TensorFlower Gardener
parent 52585570d6
commit 8a2979063a

View File

@ -1275,8 +1275,6 @@ inline void Conv(const ConvParams& params, const RuntimeShape& input_shape,
gemm_input_data = im2col_data;
gemm_input_shape = &im2col_shape;
} else {
// TODO(aselle): We need to make sure to not send im2col if it is not
// needed.
TFLITE_DCHECK(!im2col_data);
gemm_input_data = input_data;
gemm_input_shape = &input_shape;