include tensorflow again

This commit is contained in:
Mike J Innes 2017-03-27 18:24:15 +01:00
parent abe66d398f
commit 7a45470a9e
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ end
include("batching.jl")
include("basic.jl")
@tfonly VERSION < v"0.6-" && include("backend/tensorflow.jl")
@tfonly include("backend/tensorflow.jl")
@mxonly include("backend/mxnet.jl")