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
Fan committed Jul 18, 2019
1 parent 9b13aa3 commit 924d327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/numpy_utils/_einsum_path_util.py
Expand Up @@ -1057,7 +1057,7 @@ def _einsum(module_name, *operands, **kwargs):
new_view = _npi.einsum(new_view,
subscripts=tensor_result + '->' + results_index,
out=cur_out)

# Call einsum
else:
cur_out = out if handle_out else None
Expand Down

0 comments on commit 924d327

Please sign in to comment.