przepływ tensorowy:: ops:: Mieć na myśli
#include <math_ops.h>Oblicza średnią 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:
-  Output: Zredukowany tensor.
Aliasy:
- Zmniejsz średni
| Konstruktory i destruktory | |
|---|---|
| Mean (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis) | |
| Mean (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis, const Mean::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:: Średnia:: Atrybuty | Opcjonalne moduły ustawiające atrybuty dla Mean . | 
Atrybuty publiczne
działanie
Operation operation
wyjście
::tensorflow::Output output
Funkcje publiczne
Mieć na myśli
Mean( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input axis )
Mieć na myśli
Mean( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input axis, const Mean::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 )