Wraps a python function and uses it as a TensorFlow op. Given a python function `func`, which takes numpy arrays as its arguments and returns numpy arrays as its outputs, wrap this function as an operation in a TensorFlow graph. The following snippet constructs a simple TensorFlow graph tha
(func, inp, Tout, stateful=True, name=None)
source not stored for this graph (policy: none)
no test coverage detected