tf.nn.softsign
tf.nn.softsign
tf.nn.softsign
softsign( features, name=None )
Defined in tensorflow/python/ops/gen_nn_ops.py
.
See the guide: Neural Network > Activation Functions
Computes softsign: features / (abs(features) + 1)
.
Args:
-
features
: ATensor
. Must be one of the following types:float32
,float64
,int32
,int64
,uint8
,int16
,int8
,登录查看完整内容