Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 364 Bytes

FieldOrFields.md

File metadata and controls

21 lines (12 loc) · 364 Bytes

tfgnn.FieldOrFields

This symbol is a type alias.

Source:

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