Expand description
A compiled version of the expression tree for faster computation.
This module provides a compiled version of the expression tree, which is faster to compute and backpropagate through than the regular expression tree, at the expense of not being able to modify it further.
This module contains the following elements:
- CompiledExpr: A struct that represents a compiled version of an expression tree.
Structsยง
- CompiledExpr 
- A compiled version of an expression tree.