Remove extraneous comment
PiperOrigin-RevId: 346369559 Change-Id: Ied4a2fb67519274ae6c2c323ac694f4356f872f5
This commit is contained in:
parent
52585570d6
commit
8a2979063a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user