Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyu-intel committed Dec 2, 2019
1 parent 5916f76 commit ed2f7d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/operator/quantization/quantized_elemwise_add.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ and max thresholds representing the threholds for quantizing the float32 output
.add_argument("rhs_max", "NDArray-or-Symbol", "6th input");


// TODO(zhangrong): need extra condition check if there's benefited if it's switched on
// Since it's not compute-intensive.
NNVM_REGISTER_OP(elemwise_add)
.set_attr<FQuantizedOp>("FQuantizedOp", [](const NodeAttrs& attrs) {
nnvm::NodePtr node = nnvm::Node::Create();
Expand Down

0 comments on commit ed2f7d2

Please sign in to comment.