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 :: Relu6

#include <nn_ops.h>

Düzeltilmiş doğrusal 6'yı hesaplar: min(max(features, 0), 6) .

Özet

Argümanlar:

  • kapsam: Bir Scope nesnesi

İadeler:

  • Output : Aktivasyon tensörü.

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

Relu6 (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

Relu6

 Relu6(
  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