overall testset
This commit is contained in:
parent
e915f614aa
commit
9e0b6af7a8
@ -10,6 +10,8 @@ macro tfonly(ex)
|
|||||||
:(Base.find_in_path("TensorFlow") ≠ nothing && $(esc(ex)))
|
:(Base.find_in_path("TensorFlow") ≠ nothing && $(esc(ex)))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@testset "Flux" begin
|
||||||
|
|
||||||
include("batching.jl")
|
include("batching.jl")
|
||||||
include("backend/common.jl")
|
include("backend/common.jl")
|
||||||
|
|
||||||
@ -19,3 +21,5 @@ include("optimizer.jl")
|
|||||||
|
|
||||||
@tfonly include("backend/tensorflow.jl")
|
@tfonly include("backend/tensorflow.jl")
|
||||||
@mxonly include("backend/mxnet.jl")
|
@mxonly include("backend/mxnet.jl")
|
||||||
|
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user