Spec-Zone.ru › TensorFlow C++ 1.15

tensorflow::ops::DecodeCompressed

#include <parsing_ops.h>

Распаковка строк.

Summary

Этот оператор распаковывает каждый элемент входного bytes массива Tensor, предполагая, что он сжат с помощью указанного compression_type.

Результат output — строковый массив Tensor той же формы, что и bytes, каждый элемент которого содержит данные, распакованные из соответствующего элемента в bytes.

Аргументы:

  • scope: Объект Scope
  • bytes: Массив строк Tensor, который был сжат.

Необязательные атрибуты (см. Attrs):

  • compression_type: Скаляр, содержащий либо (i) пустую строку (без сжатия), (ii) "ZLIB", или (iii) "GZIP".

Возвращает:

  • Output: Массив Tensor той же формы, что и входной bytes, полученный из распакованных байтов.
Конструкторы и деструкторы
DecodeCompressed(const ::tensorflow::Scope & scope, ::tensorflow::Input bytes)
DecodeCompressed(const ::tensorflow::Scope & scope, ::tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs)
Публичные атрибуты
operation
Operation
output
::tensorflow::Output
Публичные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Публичные статические функции
CompressionType(StringPiece x)
Attrs
Структуры
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 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/cc/class/tensorflow/ops/decode-compressed

Spec-Zone.ru

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