テンソルフロー::作戦::レコード入力
#include <data_flow_ops.h>
ランダム化されたレコードを発行します。
まとめ
引数:
- スコープ:スコープオブジェクト
- file_pattern: データ ファイルのグロブ パターン。
オプションの属性 ( Attrs
を参照):
- file_random_seed: ランダム化されたレコードの生成に使用されるランダム シード。
- file_shuffle_shift_ratio: リストがランダムにシャッフルされた後にファイルのリストをシフトします。
- file_buffer_size: ランダム化シャッフル バッファー。
- file_Parallelism: オープンされ、同時に反復処理される sstable の数。
- バッチサイズ: バッチサイズ。
- Compression_type: ファイルの圧縮のタイプ。現在、ZLIB と GZIP がサポートされています。デフォルトはなしです。
戻り値:
-
Output
: 形状 [batch_size] のテンソル。
コンストラクターとデストラクター | |
---|---|
RecordInput (const :: tensorflow::Scope & scope, StringPiece file_pattern) | |
RecordInput (const :: tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
records |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
BatchSize (int64 x) | |
CompressionType (StringPiece x) | |
FileBufferSize (int64 x) | |
FileParallelism (int64 x) | |
FileRandomSeed (int64 x) | |
FileShuffleShiftRatio (float x) |
構造体 | |
---|---|
tensorflow:: ops:: RecordInput:: Attrs | RecordInputのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
記録
::tensorflow::Output records
公共機能
レコード入力
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern )
レコード入力
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
バッチサイズ
Attrs BatchSize( int64 x )
圧縮タイプ
Attrs CompressionType( StringPiece x )
ファイルバッファサイズ
Attrs FileBufferSize( int64 x )
ファイル並列処理
Attrs FileParallelism( int64 x )
ファイルランダムシード
Attrs FileRandomSeed( int64 x )
ファイルシャッフルシフト比
Attrs FileShuffleShiftRatio( float x )