Skip to content

Commit

Permalink
Update mxnet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icemelon authored Mar 12, 2019
1 parent cc71f6f commit a8ee0d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/tvm/relay/frontend/mxnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,7 @@ def _mx_l2_normalize(inputs, attrs):
"BatchNorm" : _mx_batch_norm,
"BatchNorm_v1" : _mx_batch_norm,
"LRN" : _mx_lrn,
"L2Normalization" :

,
"L2Normalization" : _mx_l2_normalize,
"slice" : _mx_slice,
"slice_like" : _mx_slice_like,
"slice_axis" : _mx_slice_axis,
Expand Down

0 comments on commit a8ee0d7

Please sign in to comment.