-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
⚙️ EnhancementImprovements and optimizations of existing featuresImprovements and optimizations of existing features
Description
The TF backend currently does not decorate the lambdified function with tf.function nor jit_compile it.
tensorwaves/src/tensorwaves/function/sympy/__init__.py
Lines 237 to 243 in 876e40e
| return _sympy_lambdify( | |
| expression, | |
| symbols, | |
| modules=tnp, | |
| printer=TensorflowPrinter(), | |
| use_cse=use_cse, | |
| ) |
Metadata
Metadata
Assignees
Labels
⚙️ EnhancementImprovements and optimizations of existing featuresImprovements and optimizations of existing features
Type
Projects
Status
📋 Backlog