Skip to content

Commit

Permalink
sym: overload bind (#372)
Browse files Browse the repository at this point in the history
fix this on REPL:
WARNING: both mx and Base export "bind"; uses of it in module MXNet must
be qualified
  • Loading branch information
iblislin committed Dec 12, 2017
1 parent db09528 commit 27c66ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/executor.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Base: bind

"""
Executor
Expand Down

0 comments on commit 27c66ec

Please sign in to comment.