テンソルフロー::作戦:: ArgMax
#include <math_ops.h>
テンソルの次元全体で最大値を持つインデックスを返します。
まとめ
同点の場合、戻り値の同一性は保証されないことに注意してください。
使用法:
import tensorflow as tf a = [1, 10, 26.9, 2.8, 166.32, 62.3] b = tf.math.argmax(input = a) c = tf.keras.backend.eval(b) # c = 4 # here a[4] = 166.32 which is the largest element of a across axis 0
引数:
- スコープ:スコープオブジェクト
- ディメンション: int32 または int64、
[-rank(input), rank(input))
の範囲内である必要があります。入力テンソルのどの次元を削減するかを記述します。ベクトルの場合は、次元 = 0 を使用します。
戻り値:
-
Output
: 出力テンソル。
コンストラクターとデストラクター | |
---|---|
ArgMax (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input dimension) | |
ArgMax (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input dimension, const ArgMax::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
output |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
OutputType (DataType x) |
構造体 | |
---|---|
tensorflow:: ops:: ArgMax:: Attrs | ArgMaxのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
出力
::tensorflow::Output output
公共機能
ArgMax
ArgMax( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input dimension )
ArgMax
ArgMax( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input dimension, const ArgMax::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
出力タイプ
Attrs OutputType( DataType x )