Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 346 Bytes

Predictions.md

File metadata and controls

17 lines (12 loc) · 346 Bytes

runner.Predictions

This symbol is a type alias.

Source:

Predictions = Union[
    tf.Tensor,
    tf.RaggedTensor,
    Mapping[str, Union[tf.Tensor, tf.RaggedTensor]]
]