tf.data.get_output_shapes
Возвращает формы вывода элементов Dataset или Iterator.
tf.data.get_output_shapes(
dataset_or_iterator
)
Этот вспомогательный метод заменяет устаревшее в V2 свойство tf.compat.v1.Dataset.output_shapes.
| Аргументы | |
|---|---|
dataset_or_iterator | tf.data.Dataset или tf.data.Iterator. |
| Возвращаемое значение | |
|---|---|
Вложенная структура объектов tf.TensorShape, соответствующая структуре элементов набора данных/итератора, и определяющая форму отдельных компонентов. |
© 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/data/get_output_shapes