Flux.jl/test/runtests.jl
2017-08-18 01:19:06 +01:00

14 lines
275 B
Julia

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