add this back later
This commit is contained in:
parent
5f1d560e38
commit
7a01605aab
@ -61,7 +61,7 @@ function interp(ctx, model, args...)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function tograph(model, args...)
|
function tograph(model, args...)
|
||||||
ctx = Context(mux(iline, ilambda, ituple, imap, interp),
|
ctx = Context(mux(iline, ilambda, imap, interp),
|
||||||
params = ObjectIdDict(), stacks = Dict())
|
params = ObjectIdDict(), stacks = Dict())
|
||||||
out = interp(ctx, model, map(constant, args)...)
|
out = interp(ctx, model, map(constant, args)...)
|
||||||
return ctx[:params], ctx[:stacks], out
|
return ctx[:params], ctx[:stacks], out
|
||||||
|
Loading…
Reference in New Issue
Block a user