A stateless version of PyFunc.
tf.raw_ops.PyFuncStateless(
input, token, Tout, name=None
)
Args | |
---|---|
input
|
A list of Tensor objects.
|
token
|
A string .
|
Tout
|
A list of tf.DTypes .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A list of Tensor objects of type Tout .
|