From 4c8922270f2846e9af14dddffd2379add874f9c2 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Wed, 25 Jan 2017 15:33:58 +0530 Subject: [PATCH] todo --- src/compiler/interp.jl | 2 ++ 1 file changed, 2 insertions(+) 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