diff --git a/src/compiler/interp.jl b/src/compiler/interp.jl index 5151e169..a4515e14 100644 --- a/src/compiler/interp.jl +++ b/src/compiler/interp.jl @@ -25,6 +25,8 @@ end imap(f, args...) = f(args...) +# TODO: batching should be secondary + function interpmodel(m, args::Batch...) rebatch(interpret(reifyparams(graph(m)), map(rawbatch, args)...)) end