テンソルフロー::作戦::リソース散乱NdMin

#include <state_ops.h>

TODO: ドキュメントを追加します。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • 参照: リソースハンドル。 VarHandleOp からのものである必要があります。
  • インデックス: Tensor 。 int32、int64 のいずれかの型である必要があります。 ref へのインデックスのテンソル。
  • 更新: Tensor 。 ref と同じ型でなければなりません。要素ごとの最小値が ref で取得される値のテンソル。

オプションの属性 ( Attrsを参照):

  • use_locking: オプションのブール値。デフォルトは True です。 True の場合、割り当てはロックによって保護されます。それ以外の場合、動作は未定義ですが、競合が少なくなる可能性があります。

戻り値:

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

ResourceScatterNdMin (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, :: tensorflow::Input indices, :: tensorflow::Input updates)
ResourceScatterNdMin (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, :: tensorflow::Input indices, :: tensorflow::Input updates, const ResourceScatterNdMin::Attrs & attrs)

パブリック属性

operation

公共機能

operator::tensorflow::Operation () const

パブリック静的関数

UseLocking (bool x)

構造体

tensorflow:: ops:: ResourceScatterNdMin:: Attrs

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

パブリック属性

手術

Operation operation

公共機能

リソース散乱NdMin

 ResourceScatterNdMin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input ref,
  ::tensorflow::Input indices,
  ::tensorflow::Input updates
)

リソース散乱NdMin

 ResourceScatterNdMin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input ref,
  ::tensorflow::Input indices,
  ::tensorflow::Input updates,
  const ResourceScatterNdMin::Attrs & attrs
)

演算子::tensorflow::オペレーション

 operator::tensorflow::Operation() const 

パブリック静的関数

ロックを使用する

Attrs UseLocking(
  bool x
)