टेंसरफ़्लो:: ऑप्स:: आर्गमैक्स
#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) |
संरचनाएँ | |
---|---|
टेंसरफ़्लो:: ऑप्स:: ArgMax:: Attrs | ArgMax के लिए वैकल्पिक विशेषता सेटर। |
सार्वजनिक गुण
संचालन
Operation operation
आउटपुट
::tensorflow::Output 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 )
नोड
::tensorflow::Node * node() const
ऑपरेटर::टेन्सरफ़्लो::इनपुट
operator::tensorflow::Input() const
ऑपरेटर::टेन्सरफ़्लो::आउटपुट
operator::tensorflow::Output() const
सार्वजनिक स्थैतिक कार्य
उत्पादन का प्रकार
Attrs OutputType( DataType x )