Remove TODO with no associated suggested action
PiperOrigin-RevId: 342704322 Change-Id: Ie3d35ed346df27dfb43916326f2d68f60d052203
This commit is contained in:
parent
c481421627
commit
a52c2d085d
@ -283,8 +283,7 @@ TfLiteStatus GetQuantizedConvolutionMultipler(TfLiteContext* context,
|
|||||||
double* multiplier) {
|
double* multiplier) {
|
||||||
const double input_product_scale = static_cast<double>(input->params.scale) *
|
const double input_product_scale = static_cast<double>(input->params.scale) *
|
||||||
static_cast<double>(filter->params.scale);
|
static_cast<double>(filter->params.scale);
|
||||||
// TODO(ahentz): The following conditions must be guaranteed by the training
|
// The following conditions must be guaranteed by the training pipeline.
|
||||||
// pipeline.
|
|
||||||
if (bias) {
|
if (bias) {
|
||||||
const double bias_scale = static_cast<double>(bias->params.scale);
|
const double bias_scale = static_cast<double>(bias->params.scale);
|
||||||
// Here we're making sure the input_product_scale & bias_scale are about the
|
// Here we're making sure the input_product_scale & bias_scale are about the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user