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 14, 2019
1 parent 925e540 commit 47b059d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/mxnet/contrib/onnx/onnx2mx/_op_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def multiply(attrs, inputs, proto_obj):
op_value = translation_utils._fix_broadcast('broadcast_mul', inputs,
broadcast_axis, proto_obj)
return op_value, new_attr, inputs
else:
return 'broadcast_mul', attrs, inputs
else:
return 'broadcast_mul', attrs, inputs
return 'broadcast_mul', new_attr, inputs

def divide(attrs, inputs, proto_obj):
Expand Down

0 comments on commit 47b059d

Please sign in to comment.