Tensorflow :: ops :: L2Loss
#include <nn_ops.h>
L2 Verlust.
Zusammenfassung
Ermittelt die Hälfte L2 - Norm eines Tensor ohne sqrt
:
output = sum(t ** 2) / 2
Argumente:
- scope: Ein Scope- Objekt
- t: In der Regel 2-D, kann jedoch beliebige Abmessungen haben.
Kehrt zurück:
-
Output
: 0-D.
Konstruktoren und Destruktoren | |
---|---|
L2Loss (const :: tensorflow::Scope & scope, :: tensorflow::Input t) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
L2Loss
L2Loss( const ::tensorflow::Scope & scope, ::tensorflow::Input t )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const