テンソルフロー::作戦::マップサイズ

#include <data_flow_ops.h>

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

まとめ

引数:

戻り値:

  • Output : サイズ テンソル。

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

MapSize (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes)
MapSize (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes, const MapSize::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:: MapSize:: Attrs

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

パブリック属性

手術

Operation operation

サイズ

::tensorflow::Output size

公共機能

マップサイズ

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

マップサイズ

 MapSize(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const MapSize::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
)