update for flow exports

This commit is contained in:
Mike J Innes 2016-10-25 21:32:51 +01:00
parent 14e4117837
commit 91a62a04bc
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
module Flux
using MacroTools, Lazy, Flow, Juno
import Flow: graphm, syntax, prewalk, iscyclic, Constant, constant, isconstant,
value, inputs, thread!, value, inputs
import Juno: Tree, Row
# Zero Flux Given

View File

@ -1,6 +1,7 @@
module TF
using ..Flux, Flow, TensorFlow, Juno
import Flow: Constant, postwalk, value, inputs
import Flux: accuracy
import TensorFlow: RawTensor
import Juno: info