tensorflow / 1.15.0 / contrib / layers / images_to_sequence.html /

tf.contrib.layers.images_to_sequence

Convert a batch of images into a batch of sequences.

Args
inputs a (num_images, height, width, depth) tensor
data_format A string. NHWC (default) and NCHW are supported.
outputs_collections The collections to which the outputs are added.
scope Optional scope for name_scope.
Raises
ValueError If data_format is not either NCHW or NHWC.
Returns
(width, num_images*height, depth) sequence tensor

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/layers/images_to_sequence