strip more of the trace
This commit is contained in:
parent
cde74337c8
commit
4b82c57f88
@ -102,8 +102,8 @@ import Base: @get!
|
|||||||
executor(m::Model, input) = @get!(m.execs, input, executor(m.graph, input))
|
executor(m::Model, input) = @get!(m.execs, input, executor(m.graph, input))
|
||||||
|
|
||||||
function (m::Model)(x)
|
function (m::Model)(x)
|
||||||
runrawbatched(x) do x
|
@mxerr m.graph.stacks runrawbatched(x) do x
|
||||||
m.last = exec = @mxerr m.graph.stacks executor(m, size(x))
|
m.last = exec = executor(m, size(x))
|
||||||
exec(x)
|
exec(x)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user