From 7a01605aaba7aee78ec1df5d165568242bb9141d Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Mon, 30 Jan 2017 22:38:38 +0530 Subject: [PATCH] add this back later --- src/backend/tensorflow/graph.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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