Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: Softsign

#include <nn_ops.h>

Softsign'ı hesaplar: features / (abs(features) + 1) .

Özet

Argümanlar:

  • kapsam: Bir Scope nesnesi

İadeler:

  • Output : Aktivasyon tensörü.

Yapıcılar ve Yıkıcılar

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

Genel özellikler

activations
operation

Kamusal işlevler

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

Genel özellikler

aktivasyonlar

::tensorflow::Output activations

operasyon

Operation operation

Kamusal işlevler

Softsign

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

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const