tf.raw_ops.EagerPyFunc

Eagerly executes a python function to compute func(input)->output.

The

semantics of the input, output, and attributes are the same as those for PyFunc.

input A list of Tensor objects.
token A string.
Tout A list of tf.DTypes.
is_async An optional bool. Defaults to False.
name A name for the operation (optional).

A list of Tensor objects of type Tout.