Skip to content

Commit

Permalink
Merge pull request apache#71 from oist/vc/imports
Browse files Browse the repository at this point in the history
MXNet exposes a transpose function
  • Loading branch information
pluskid committed Apr 6, 2016
2 parents ac709d1 + 7a50357 commit fbcd12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MXNet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module mx
using Formatting

# Functions from base that we can safely extend and that are defined by libmxnet.
import Base: round, ceil, floor, cos, sin, abs, sign, exp, sqrt, exp, log, norm
import Base: round, ceil, floor, cos, sin, abs, sign, exp, sqrt, exp, log, norm,
transpose

include("base.jl")
include("context.jl")
Expand Down

0 comments on commit fbcd12c

Please sign in to comment.