przepływ tensorowy:: ops:: Dodaj N
#include <math_ops.h>Dodaj wszystkie elementy tensorów wejściowych mądrze.
Streszczenie
Dane wejściowe muszą mieć ten sam rozmiar i kształt.
x = [9, 7, 10] tf.math.add_n(x) ==> 26
Argumenty:
- zakres: Obiekt Scope
Zwroty:
-  Output: Tensor sumy.
| Konstruktory i destruktory | |
|---|---|
| AddN (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs) | 
| Atrybuty publiczne | |
|---|---|
| operation | |
| sum | |
| Funkcje publiczne | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
Atrybuty publiczne
działanie
Operation operation
suma
::tensorflow::Output sum
Funkcje publiczne
Dodaj N
AddN( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const