Remove TODO with no associated suggested action

PiperOrigin-RevId: 342704322
Change-Id: Ie3d35ed346df27dfb43916326f2d68f60d052203
This commit is contained in:
T.J. Alumbaugh 2020-11-16 13:13:25 -08:00 committed by TensorFlower Gardener
parent c481421627
commit a52c2d085d

View File

@ -283,8 +283,7 @@ TfLiteStatus GetQuantizedConvolutionMultipler(TfLiteContext* context,
double* multiplier) {
const double input_product_scale = static_cast<double>(input->params.scale) *
static_cast<double>(filter->params.scale);
// TODO(ahentz): The following conditions must be guaranteed by the training
// pipeline.
// The following conditions must be guaranteed by the training pipeline.
if (bias) {
const double bias_scale = static_cast<double>(bias->params.scale);
// Here we're making sure the input_product_scale & bias_scale are about the