Skip to content

Commit

Permalink
remove unnecessary mask
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed May 30, 2021
1 parent 445a7da commit 47bdef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/relay/frontend/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ def all_class_impl(
_op.less(box_range_2d, _op.expand_dims(num_detections, axis=1)), "float32"
)
nmsed_scores = nmsed_scores * valid_mask
nmsed_classes = nmsed_classes * valid_mask
nmsed_boxes = nmsed_boxes * _op.expand_dims(valid_mask, axis=2)

return _expr.TupleWrapper(
Expand Down

0 comments on commit 47bdef9

Please sign in to comment.