tensorflow :: ops :: L2Loss
#include <nn_ops.h>
Strata L2.
streszczenie
Oblicza połowę normy L2 tensora bez funkcji sqrt
:
output = sum(t ** 2) / 2
Argumenty:
- zakres: obiekt Scope
- t: Zwykle 2-D, ale może mieć dowolne wymiary.
Zwroty:
-
Output
: 0-D.
Konstruktorzy i niszczyciele | |
---|---|
L2Loss (const :: tensorflow::Scope & scope, :: tensorflow::Input t) |
Atrybuty publiczne | |
---|---|
operation | |
output |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atrybuty publiczne
operacja
Operation operation
wynik
::tensorflow::Output output
Funkcje publiczne
L2Loss
L2Loss( const ::tensorflow::Scope & scope, ::tensorflow::Input t )
węzeł
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const