diff --git a/src/backend/tensorflow/graph.jl b/src/backend/tensorflow/graph.jl index e55df339..1a0892a4 100644 --- a/src/backend/tensorflow/graph.jl +++ b/src/backend/tensorflow/graph.jl @@ -61,7 +61,7 @@ function interp(ctx, model, args...) end function tograph(model, args...) - ctx = Context(mux(iline, ilambda, ituple, imap, interp), + ctx = Context(mux(iline, ilambda, imap, interp), params = ObjectIdDict(), stacks = Dict()) out = interp(ctx, model, map(constant, args)...) return ctx[:params], ctx[:stacks], out