update for flow exports
This commit is contained in:
parent
14e4117837
commit
91a62a04bc
@ -1,6 +1,8 @@
|
|||||||
module Flux
|
module Flux
|
||||||
|
|
||||||
using MacroTools, Lazy, Flow, Juno
|
using MacroTools, Lazy, Flow, Juno
|
||||||
|
import Flow: graphm, syntax, prewalk, iscyclic, Constant, constant, isconstant,
|
||||||
|
value, inputs, thread!, value, inputs
|
||||||
import Juno: Tree, Row
|
import Juno: Tree, Row
|
||||||
|
|
||||||
# Zero Flux Given
|
# Zero Flux Given
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
module TF
|
module TF
|
||||||
|
|
||||||
using ..Flux, Flow, TensorFlow, Juno
|
using ..Flux, Flow, TensorFlow, Juno
|
||||||
|
import Flow: Constant, postwalk, value, inputs
|
||||||
import Flux: accuracy
|
import Flux: accuracy
|
||||||
import TensorFlow: RawTensor
|
import TensorFlow: RawTensor
|
||||||
import Juno: info
|
import Juno: info
|
||||||
|
Loading…
Reference in New Issue
Block a user