runner.Predictions
December 14, 2023 ยท View on GitHub
This symbol is a type alias.
Source:
Predictions = Union[
tf.Tensor,
tf.RaggedTensor,
Mapping[str, Union[tf.Tensor, tf.RaggedTensor]]
]
December 14, 2023 ยท View on GitHub
This symbol is a type alias.
Predictions = Union[
tf.Tensor,
tf.RaggedTensor,
Mapping[str, Union[tf.Tensor, tf.RaggedTensor]]
]