Flux.jl/src/layers
janEbert 7b41bc4ab5 Change gate function to view instead of copy
Only for vector input as copying a matrix may be more efficient due to
caching. A matrix is sliced per row, meaning the view will not be
aligned.
2019-10-24 12:45:22 +02:00
..
basic.jl line 2019-09-25 15:20:13 +02:00
conv.jl internal rename 2019-09-19 15:53:31 +01:00
normalise.jl internal rename 2019-09-19 15:53:31 +01:00
recurrent.jl Change gate function to view instead of copy 2019-10-24 12:45:22 +02:00
stateless.jl Merge #898 2019-10-23 14:31:53 +00:00