Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 300 Bytes

FieldSpec.md

File metadata and controls

20 lines (11 loc) · 300 Bytes

tfgnn.FieldSpec

This symbol is a type alias.

Source:

FieldSpec = Union[
    tf.TensorSpec,
    tf.RaggedTensorSpec
]