Python functions must return zero or more Tensor
s or ExtensionType
s or None
values
#367
Labels
Tensor
s or ExtensionType
s or None
values
#367
https://www.tensorflow.org/guide/extension_type
tf.function
has certain restrictions on what types of values Python functions can return.tf.function
decorated functions can only return:Tensor
objects (the core data structure in TensorFlow).ExtensionType
objects (certain custom TensorFlow types).https://g.co/gemini/share/69dac2e125e9
The text was updated successfully, but these errors were encountered: