tensor akışı:: işlem:: L2 Kaybı
#include <nn_ops.h>
L2 Kaybı.
Özet
Bir tensörün L2 normunun yarısını sqrt
olmadan hesaplar:
output = sum(t ** 2) / 2
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- t: Tipik olarak 2 boyutludur ancak herhangi bir boyuta sahip olabilir.
İade:
-
Output
: 0-D.
Yapıcılar ve Yıkıcılar | |
---|---|
L2Loss (const :: tensorflow::Scope & scope, :: tensorflow::Input t) |
Genel özellikler | |
---|---|
operation | |
output |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamu işlevleri
L2 Kaybı
L2Loss( const ::tensorflow::Scope & scope, ::tensorflow::Input t )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const