This commit is contained in:
Mike J Innes 2017-01-25 15:33:58 +05:30
parent 56c5784d83
commit 4c8922270f

View File

@ -25,6 +25,8 @@ end
imap(f, args...) = f(args...) imap(f, args...) = f(args...)
# TODO: batching should be secondary
function interpmodel(m, args::Batch...) function interpmodel(m, args::Batch...)
rebatch(interpret(reifyparams(graph(m)), map(rawbatch, args)...)) rebatch(interpret(reifyparams(graph(m)), map(rawbatch, args)...))
end end