The TF backend currently does not decorate the lambdified function with [`tf.function`](https://www.tensorflow.org/api_docs/python/tf/function) nor `jit_compile` it. https://github.com/ComPWA/tensorwaves/blob/876e40e73527d99d932e8ab4ad51fab0cff69ae8/src/tensorwaves/function/sympy/__init__.py#L237-L243
The TF backend currently does not decorate the lambdified function with
tf.functionnorjit_compileit.tensorwaves/src/tensorwaves/function/sympy/__init__.py
Lines 237 to 243 in 876e40e