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

Commit

Permalink
remove in_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Chu committed Feb 1, 2021
1 parent 6ac0791 commit 29149b3
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 @@ -3566,7 +3566,6 @@ def convert_batch_dot(node, **kwargs):

lhs = input_nodes[0]
rhs = input_nodes[1]
input_type = kwargs['in_type']
transpose_a = str(attrs.get('transpose_a', 'False'))
transpose_b = str(attrs.get('transpose_b', 'False'))
perm = [0, 2, 1]
Expand Down

0 comments on commit 29149b3

Please sign in to comment.