tensorflow :: ops :: DecodePaddedRaw
#include <parsing_ops.h>
文字列のバイトを数値のベクトルとして再解釈します。
概要
引数:
- スコープ:スコープオブジェクト
- input_bytes:デコードされる文字列のテンソル。
- fixed_length:デコードされた出力の各要素のバイト単位の長さ。出力タイプのサイズの倍数である必要があります。
オプションの属性(属性をAttrs
):
- little_endian:入力
input_bytes
がリトルエンディアンの順序であるかどうか。uint8
のように、1バイトに格納されている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) |
構造体 | |
---|---|
tensorflow :: ops :: DecodePaddedRaw :: Attrs | DecodePaddedRawのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
出力
::tensorflow::Output output
パブリックファンクション
DecodePaddedRaw
DecodePaddedRaw( const ::tensorflow::Scope & scope, ::tensorflow::Input input_bytes, ::tensorflow::Input fixed_length, DataType out_type )
DecodePaddedRaw
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
operator::tensorflow::Input() const
operator :: tensorflow ::Output
operator::tensorflow::Output() const
パブリック静的関数
LittleEndian
Attrs LittleEndian( bool x )