テンソルフロー::作戦::キューサイズ

#include <data_flow_ops.h>

指定されたキュー内の要素の数を計算します。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • handle: キューへのハンドル。

戻り値:

  • Output : 指定されたキュー内の要素の数。

コンストラクターとデストラクター

QueueSize (const :: tensorflow::Scope & scope, :: tensorflow::Input handle)

パブリック属性

operation
size

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック属性

手術

Operation operation

サイズ

::tensorflow::Output size

公共機能

キューサイズ

 QueueSize(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const