przepływ tensorowy:: ops:: ArgMin
#include <math_ops.h>
Zwraca indeks o najmniejszej wartości spośród wymiarów tensora.
Streszczenie
Należy pamiętać, że w przypadku remisów tożsamość zwracanej wartości nie jest gwarantowana.
Stosowanie:
import tensorflow as tf a = [1, 10, 26.9, 2.8, 166.32, 62.3] b = tf.math.argmin(input = a) c = tf.keras.backend.eval(b) # c = 0 # here a[0] = 1 which is the smallest element of a across axis 0
Argumenty:
- zakres: Obiekt Scope
- wymiar: int32 lub int64, musi należeć do zakresu
[-rank(input), rank(input))
. Opisuje, który wymiar tensora wejściowego należy zmniejszyć. W przypadku wektorów użyj wymiaru = 0.
Zwroty:
-
Output
: Tensor wyjściowy.
Konstruktory i destruktory | |
---|---|
ArgMin (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input dimension) | |
ArgMin (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input dimension, const ArgMin::Attrs & attrs) |
Atrybuty publiczne | |
---|---|
operation | |
output |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Publiczne funkcje statyczne | |
---|---|
OutputType (DataType x) |
Struktury | |
---|---|
tensorflow:: ops:: ArgMin:: Atrybuty | Opcjonalne ustawiacze atrybutów dla ArgMin . |
Atrybuty publiczne
działanie
Operation operation
wyjście
::tensorflow::Output output
Funkcje publiczne
ArgMin
ArgMin( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input dimension )
ArgMin
ArgMin( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input dimension, const ArgMin::Attrs & attrs )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const
Publiczne funkcje statyczne
Typ wyjścia
Attrs OutputType( DataType x )