텐서플로우:: 작전:: 디코드패디드원시

#include <parsing_ops.h>

문자열의 바이트를 숫자 벡터로 재해석합니다.

요약

인수:

  • 범위: 범위 개체
  • input_bytes: 디코딩할 문자열의 텐서입니다 .
  • 고정_길이: 디코딩된 출력의 각 요소에 대한 길이(바이트)입니다. 출력 유형 크기의 배수여야 합니다.

선택적 속성( Attrs 참조):

  • little_endian: 입력 input_bytes little-endian 순서인지 여부입니다. uint8 과 같이 단일 바이트에 저장된 out_type 값은 무시됩니다.

보고:

  • Output : 입력 bytes 보다 차원이 하나 더 많은 Tensor입니다 . 추가된 차원의 크기는 bytes 요소의 길이를 out_type 나타내는 바이트 수로 나눈 값과 같습니다.

생성자와 소멸자

DecodePaddedRaw (const :: tensorflow::Scope & scope, :: tensorflow::Input input_bytes, :: tensorflow::Input fixed_length, DataType out_type)
DecodePaddedRaw (const :: tensorflow::Scope & scope, :: tensorflow::Input input_bytes, :: tensorflow::Input fixed_length, DataType out_type, const DecodePaddedRaw::Attrs & attrs)

공개 속성

operation
output

공공 기능

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

공개 정적 함수

LittleEndian (bool x)

구조체

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

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

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

디코드패디드원시

 DecodePaddedRaw(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input_bytes,
  ::tensorflow::Input fixed_length,
  DataType out_type
)

디코드패디드원시

 DecodePaddedRaw(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input_bytes,
  ::tensorflow::Input fixed_length,
  DataType out_type,
  const DecodePaddedRaw::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

공개 정적 함수

리틀엔디안

Attrs LittleEndian(
  bool x
)