เทนเซอร์โฟลว์:: ปฏิบัติการ:: ซอฟต์เซ็น

#include <nn_ops.h>

คำนวณ softsign: features / (abs(features) + 1)

สรุป

ข้อโต้แย้ง:

ผลตอบแทน:

  • Output : เทนเซอร์การเปิดใช้งาน

ตัวสร้างและผู้ทำลาย

Softsign (const :: tensorflow::Scope & scope, :: tensorflow::Input features)

คุณลักษณะสาธารณะ

activations
operation

งานสาธารณะ

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

คุณลักษณะสาธารณะ

การเปิดใช้งาน

::tensorflow::Output activations

การดำเนินการ

Operation operation

งานสาธารณะ

ซอฟต์เซ็น

 Softsign(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input features
)

โหนด

::tensorflow::Node * node() const 

ตัวดำเนินการ::tensorflow::อินพุต

 operator::tensorflow::Input() const 

ตัวดำเนินการ::tensorflow::เอาต์พุต

 operator::tensorflow::Output() const