Caching intermediate vectorized results with Aesara #1518
-
I'm working on a project that fits columnar data with a model, and I think I want to use Aesara to create the models. Consider a model like So my question, before I hack this in manually and possibly reinvent some wheels, is: is such caching behavior possible before compilation (without much additional work on my end)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apparently I don't read very comprehensively, because I just noticed the constant folding optimization which I believe does exactly this. |
Beta Was this translation helpful? Give feedback.
Apparently I don't read very comprehensively, because I just noticed the constant folding optimization which I believe does exactly this.