przepływ tensorowy:: ops:: Min

#include <math_ops.h>

Oblicza minimalną liczbę elementów w wymiarach tensora.

Streszczenie

Zmniejsza input wzdłuż wymiarów podanych w axis . O ile keep_dims nie ma wartości true, stopień tensora jest zmniejszany o 1 dla każdego wpisu w axis . Jeśli keep_dims ma wartość true, zmniejszone wymiary zostaną zachowane z długością 1.

Argumenty:

  • zakres: Obiekt Scope
  • dane wejściowe: tensor redukcji.
  • oś: Wymiary do zmniejszenia. Musi należeć do zakresu [-rank(input), rank(input)) .

Opcjonalne atrybuty (patrz Attrs ):

  • keep_dims: Jeśli ma wartość true, zachowaj zmniejszone wymiary o długości 1.

Zwroty:

Skróty:

  • ZmniejszMin

Konstruktory i destruktory

Min (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis)
Min (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis, const Min::Attrs & attrs)

Atrybuty publiczne

operation
output

Funkcje publiczne

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Publiczne funkcje statyczne

KeepDims (bool x)

Struktury

tensorflow:: ops:: Min:: Atrybuty

Opcjonalne moduły ustawiające atrybuty dla Min .

Atrybuty publiczne

operacja

Operation operation

wyjście

::tensorflow::Output output

Funkcje publiczne

Min

 Min(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input axis
)

Min

 Min(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input axis,
  const Min::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

KeepDims

Attrs KeepDims(
  bool x
)