tfgnn.FieldOrFields

December 14, 2023 ยท View on GitHub

This symbol is a type alias.

Source:

FieldOrFields = Union[
    tf.Tensor,
    tf.RaggedTensor,
    tfgnn.Fields
]