Returns true if its input is a collections.abc.Sequence (except strings).
View aliases
Main aliases
`tf.contrib.framework.nest.is_nested`
Compat aliases for migrationSee Migration guide for more details.
tf.compat.v1.nest.is_nested
, `tf.compat.v2.nest.is_nested`
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. |