![]() |
Returns true if its input is a collections.abc.Sequence (except strings).
Aliases:
tf.nest.is_nested(seq)
Args:
seq
: an input sequence.
Returns:
True if the sequence is a not a string and is a collections.abc.Sequence or a dict.
![]() |
Returns true if its input is a collections.abc.Sequence (except strings).
tf.nest.is_nested(seq)
seq
: an input sequence.True if the sequence is a not a string and is a collections.abc.Sequence or a dict.