テンソルフロー::作戦::ソフトサイン

#include <nn_ops.h>

ソフトサインを計算します: 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