tf.shape_n

View source on GitHub

Returns shape of tensors.

tf.shape_n(
    input, out_type=tf.dtypes.int32, name=None
)

Args:

Returns:

A list with the same length as input of Tensor objects with type out_type.