tensorflow :: ops :: L2Loss
#include <nn_ops.h>
L2損失。
概要
sqrt
なしのテンソルのL2ノルムの半分を計算します:
output = sum(t ** 2) / 2
引数:
- スコープ:スコープオブジェクト
- t:通常は2次元ですが、任意の寸法にすることができます。
戻り値:
-
Output
:0-D。
コンストラクタとデストラクタ | |
---|---|
L2Loss (const :: tensorflow::Scope & scope, :: tensorflow::Input t) |
パブリック属性 | |
---|---|
operation | |
output |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
出力
::tensorflow::Output output
公の行事
L2Loss
L2Loss( const ::tensorflow::Scope & scope, ::tensorflow::Input t )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const