moose
moose copied to clipboard
PyMoose: cache result of tracing in `AbstractComputation`
By using AbstractComputation::trace
instead of trace(AbstractComputation)
we could cache the result in AbstractComputation
. Similarly for serialized+compiled versions.