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

Commit

Permalink
retrigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshrini committed Sep 27, 2018
1 parent 748f079 commit ddf18d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/mxnet/contrib/onnx/mx2onnx/_op_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,6 @@ def convert_reciprocal(node, **kwargs):
)
return [node]


@mx_op.register("_power")
def convert_power(node, **kwargs):
"""Map MXNet's _power operator attributes to onnx's Pow operator
Expand Down

0 comments on commit ddf18d9

Please sign in to comment.