텐서플로우:: 작전:: 디코드압축됨

#include <parsing_ops.h>

문자열을 압축 해제합니다.

요약

이 작업은 주어진 compression_type 사용하여 압축된 것으로 가정되는 bytes 입력 Tensor 의 각 요소를 압축 해제합니다.

output bytes 와 같은 모양의 문자열 Tensor 이며, 각 요소는 해당 요소의 압축 해제된 데이터를 bytes 단위로 포함합니다.

인수:

선택적 속성( Attrs 참조):

  • 압축 유형: (i) 빈 문자열(압축 없음), (ii) "ZLIB" 또는 (iii) "GZIP"을 포함하는 스칼라입니다.

보고:

  • Output : 바이트에서 압축되지 않은 입력 bytes 와 동일한 형태의 텐서 입니다.

생성자와 소멸자

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)

구조체

텐서플로우:: ops:: DecodeCompressed:: Attrs

DecodeCompressed 에 대한 선택적 속성 설정자입니다.

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

디코드압축됨

 DecodeCompressed(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input bytes
)

디코드압축됨

 DecodeCompressed(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input bytes,
  const DecodeCompressed::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const 

공개 정적 함수

압축 유형

Attrs CompressionType(
  StringPiece x
)