Wraps a python function into a TensorFlow op that executes it eagerly. This function allows expressing computations in a TensorFlow graph as Python functions. In particular, it wraps a Python function `func` in a once-differentiable TensorFlow operation that executes it with eager execution
(func, inp, Tout, name=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected