tf.contrib.framework.nest.is_sequence

tf.contrib.framework.nest.is_sequence(o)

Defined in tensorflow/python/pywrap_tensorflow_internal.py.

Returns a true if its input is a collections.Sequence (except strings).

Args:

  • seq: an input sequence.

Returns:

True if the sequence is a not a string and is a collections.Sequence or a dict.