テンソルフロー::作戦::トップK::属性

#include <nn_ops.h>

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

まとめ

パブリック属性

sorted_ = true
bool

公共機能

Sorted (bool x)
TF_MUST_USE_RESULT Attrs
true の場合、結果として得られるk個の要素は、値によって降順に並べ替えられます。

パブリック属性

並べ替え_

bool tensorflow::ops::TopK::Attrs::sorted_ = true

公共機能

並べ替え済み

TF_MUST_USE_RESULT Attrs tensorflow::ops::TopK::Attrs::Sorted(
  bool x
)

true の場合、結果として得られるk個の要素は、値によって降順に並べ替えられます。

デフォルトは true