tensorflow :: ops :: DecodeCompressed

#include <parsing_ops.h>

문자열의 압축을 풉니 다.

요약

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

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

인수 :

  • 범위 : 범위 개체
  • bytes : 압축 된 문자열의 Tensor .

선택적 속성 ( Attrs 참조) :

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

보고:

  • Output : bytes 에서 압축되지 않은 입력 bytes 와 모양이 같은 Tensor 입니다.

생성자와 소멸자

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

산출

::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
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

압축 유형

Attrs CompressionType(
  StringPiece x
)