flux tensoriel : : opérations : : Perte L2
#include <nn_ops.h>
Perte L2.
Résumé
Calcule la moitié de la norme L2 d'un tenseur sans le sqrt
:
output = sum(t ** 2) / 2
Arguments :
- scope : un objet Scope
- t : généralement 2D, mais peut avoir n'importe quelle dimension.
Retours :
-
Output
: 0-D.
Constructeurs et Destructeurs | |
---|---|
L2Loss (const :: tensorflow::Scope & scope, :: tensorflow::Input t) |
Attributs publics | |
---|---|
operation | |
output |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
opération
Operation operation
sortir
::tensorflow::Output output
Fonctions publiques
Perte L2
L2Loss( const ::tensorflow::Scope & scope, ::tensorflow::Input t )
nœud
::tensorflow::Node * node() const
opérateur :: tensorflow :: Entrée
operator::tensorflow::Input() const
opérateur :: tensorflow :: Sortie
operator::tensorflow::Output() const