tensorflow::ops::DecodeCompressed
#include <parsing_ops.h>
Распаковывает строки.
Краткое описание
Этот оператор распаковывает каждый элемент входного bytes массива Tensor, который предполагается сжатым с использованием указанного compression_type.
Результат — массив строк Tensor, имеющий ту же форму, что и bytes. Каждый элемент содержит распакованные данные из соответствующего элемента в bytes.
Аргументы:
Необязательные атрибуты (см. Attrs):
- compression_type: Скаляр, содержащий либо (i) пустую строку (без сжатия), (ii) "ZLIB", или (iii) "GZIP".
Возвращаемые значения:
| Конструкторы и деструкторы | |
|---|---|
DecodeCompressed(const ::tensorflow::Scope & scope, ::tensorflow::Input bytes) | |
DecodeCompressed(const ::tensorflow::Scope & scope, ::tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs) |
| Публичные атрибуты | |
|---|---|
operation | |
output | |
| Публичные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
| Публичные статические функции | |
|---|---|
CompressionType(StringPiece x) | |
| Структуры | |
|---|---|
| tensorflow::ops::DecodeCompressed::Attrs | Необязательные методы задания атрибутов для DecodeCompressed. |
Публичные атрибуты
operation
Operation operation
output
::tensorflow::Output output
Публичные функции
DecodeCompressed
DecodeCompressed( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes )
DecodeCompressed
DecodeCompressed( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Публичные статические функции
CompressionType
Attrs CompressionType( StringPiece x )
© 2020 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/versions/r2.4/api_docs/cc/class/tensorflow/ops/decode-compressed