Flux.jl/src/ops.jl

6 lines
113 B
Julia
Raw Normal View History

2017-06-09 20:13:25 +00:00
export reshape
import Base: reshape
reshape(x::AbstractArray, dims::AbstractArray) = reshape(x,tuple(dims...))