tf.compat.v1.data.get_output_shapes
Возвращает формы вывода для элементов входного набора данных/итератора.
tf.compat.v1.data.get_output_shapes(
dataset_or_iterator
)
| Аргументы | |
|---|---|
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/r2.3/api_docs/python/tf/compat/v1/data/get_output_shapes