ReaderNumRecordsProduced

パブリック最終クラスReaderNumRecordsProduced

この Reader が生成したレコードの数を返します。

これは、成功した ReaderRead 実行の数と同じです。

定数

OP_NAME TensorFlow コア エンジンによって認識される、この演算の名前

パブリックメソッド

出力< TInt64 >
asOutput ()
テンソルのシンボリック ハンドルを返します。
静的ReaderNumRecordsProduced
create (スコープscope,オペランド<?>readerHandle)
新しい ReaderNumRecordsProduced オペレーションをラップするクラスを作成するファクトリ メソッド。
出力< TInt64 >

継承されたメソッド

定数

パブリック静的最終文字列OP_NAME

TensorFlow コア エンジンによって認識される、この演算の名前

定数値: "ReaderNumRecordsProducedV2"

パブリックメソッド

public Output < TInt64 > asOutput ()

テンソルのシンボリック ハンドルを返します。

TensorFlow オペレーションへの入力は、別の TensorFlow オペレーションの出力です。このメソッドは、入力の計算を表すシンボリック ハンドルを取得するために使用されます。

public static ReaderNumRecordsProduced create (スコープscope、オペランド<?>readerHandle)

新しい ReaderNumRecordsProduced オペレーションをラップするクラスを作成するファクトリ メソッド。

パラメーター
範囲現在のスコープ
リーダーハンドルリーダーへのハンドル。
戻り値
  • ReaderNumRecordsProduced の新しいインスタンス

public Output < TInt64 > recordsProduced ()