텐서플로우:: 작전:: 디코드원시
#include <parsing_ops.h>문자열의 바이트를 숫자 벡터로 재해석합니다.
요약
인수:
 선택적 속성( Attrs 참조):
-  little_endian: 입력 
bytes가 little-endian 순서인지 여부입니다.uint8과 같은 단일 바이트에 저장된out_type값은 무시됩니다. 
보고:
-  
Output: 입력bytes보다 차원이 하나 더 많은 Tensor 입니다. 추가된 차원의 크기는bytes요소의 길이를out_type나타내는 바이트 수로 나눈 값과 같습니다. 
생성자와 소멸자 | |
|---|---|
 DecodeRaw (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes, DataType out_type) | |
 DecodeRaw (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes, DataType out_type, const DecodeRaw::Attrs & attrs) | 
공개 속성 | |
|---|---|
 operation | |
 output | |
공공 기능 | |
|---|---|
 node () const | ::tensorflow::Node * | 
 operator::tensorflow::Input () const | |
 operator::tensorflow::Output () const |  |
공개 정적 함수 | |
|---|---|
 LittleEndian (bool x) | |
구조체 | |
|---|---|
| 텐서플로우:: ops:: DecodeRaw:: Attrs | DecodeRaw 에 대한 선택적 속성 설정자입니다.  | 
공개 속성
작업
Operation operation
산출
::tensorflow::Output output
공공 기능
디코드원시
DecodeRaw( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes, DataType out_type )
디코드원시
DecodeRaw( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes, DataType out_type, const DecodeRaw::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const
공개 정적 함수
리틀엔디안
Attrs LittleEndian( bool x )