テンソルフロー::作戦::ステージサイズ

#include <data_flow_ops.h>

Op は、基になるコンテナ内の要素の数を返します。

まとめ

引数:

戻り値:

  • Output : サイズ テンソル。

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

StageSize (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes)
StageSize (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes, const StageSize::Attrs & attrs)

パブリック属性

operation
size

公共機能

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

パブリック静的関数

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

構造体

tensorflow:: ops:: StageSize:: Attrs

StageSizeのオプションの属性セッター。

パブリック属性

手術

Operation operation

サイズ

::tensorflow::Output size

公共機能

ステージサイズ

 StageSize(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes
)

ステージサイズ

 StageSize(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const StageSize::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

容量

Attrs Capacity(
  int64 x
)

容器

Attrs Container(
  StringPiece x
)

メモリ制限

Attrs MemoryLimit(
  int64 x
)

共有名

Attrs SharedName(
  StringPiece x
)