Flux.jl/test/runtests.jl
2017-08-19 20:04:21 +01:00

15 lines
294 B
Julia

using Flux, DataFlow, MacroTools, Base.Test
using Flux: Param, param, squeeze, unsqueeze, stack, update!, flatten
using Flux.Compiler: @net
using DataFlow: Line, Frame
@testset "Flux" begin
include("backend/common.jl")
include("basic.jl")
include("recurrent.jl")
include("throttle.jl")
end