tensorflow :: ops :: L2 از دست دادن

#include <nn_ops.h>

L2 ضرر.

خلاصه

نیمی از هنجار L2 یک سنسور بدون sqrt :

output = sum(t ** 2) / 2
را محاسبه می کند

استدلال ها:

  • دامنه: یک شی Sc Scope
  • t: به طور معمول 2-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

کارکردهای عمومی

L2 از دست دادن

 L2Loss(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input t
)

گره

::tensorflow::Node * node() const 

عملگر :: tensorflow :: ورودی

 operator::tensorflow::Input() const 

عملگر :: tensorflow :: خروجی

 operator::tensorflow::Output() const