Spec-Zone.ru › TensorFlow

tf.raw_ops.DatasetToTFRecord

Записывает заданный набор данных в указанный файл в формате TFRecord.

Просмотр псевдонимов

Псевдонимы совместимости для миграции

См. Руководство по миграции для получения дополнительной информации.

tf.compat.v1.raw_ops.DatasetToTFRecord

tf.raw_ops.DatasetToTFRecord(
    input_dataset, filename, compression_type, name=None
)
Аргументы
input_dataset A Tensor типа variant. A variant tensor representing the dataset to write.
filename A Tensor типа string. A scalar string tensor representing the filename to use.
compression_type A Tensor типа string. A scalar string tensor containing either (i) the empty string (no compression), (ii) "ZLIB", or (iii) "GZIP".
name Имя операции (необязательно).
Возвращаемые значения
Созданная операция.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/raw_ops/DatasetToTFRecord

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API