텐서플로우:: 작전:: 디코드패디드원시
#include <parsing_ops.h>
문자열의 바이트를 숫자 벡터로 재해석합니다.
요약
인수:
선택적 속성( 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:: DecodePendedRaw:: 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 )