Skip to content

Commit

Permalink
Remove obsolete TODO.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 215780734
  • Loading branch information
Paul Donnelly authored and tensorflower-gardener committed Oct 4, 2018
1 parent 2667ed3 commit 5bdd0f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow/core/kernels/dequantize_op.cc
Expand Up @@ -96,8 +96,6 @@ class DequantizeOp : public OpKernel {
output);
}
} else if (mode_ == QUANTIZE_MODE_SCALED) {
// TODO(pauldonnelly): Update QuantizeAndDequantizeV2 and
// QuantizeAndDequantizeV3 to match this SCALED mode again.
const float scale_factor =
std::numeric_limits<T>::min() == 0
? (max_range / std::numeric_limits<T>::max())
Expand Down

0 comments on commit 5bdd0f7

Please sign in to comment.