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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshrini committed Feb 18, 2019
1 parent 371f38f commit 44eb0cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/mxnet/contrib/onnx/onnx2mx/_translation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,4 @@ def broadcast_arithmetic_helper(attrs, inputs, proto_obj, current_op_name):
if inputs[0].name.startswith(op_name):
op_value = _fix_broadcast(current_op_name, inputs, broadcast_axis, proto_obj)
return op_value, new_attr, inputs
else:
return current_op_name, attrs, inputs
return current_op_name, new_attr, inputs

0 comments on commit 44eb0cb

Please sign in to comment.