Closed
Description
We could make all coords mutable by default and replace mutable lengths by constants before doing any operations on a Model object. Same for MutableData. We could have a helper function freeze_graph
that does that.
Note we already do something similar for jax based sampling since shared variables aren't really supported in that backend