tf.raw_ops.DatasetToTFRecord
Записывает заданный набор данных в указанный файл в формате TFRecord.
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