tf.nn.relu6( features, name=None ). Defined in tensorflow/python/ops/nn_ops.py . Computes Rectified Linear 6: min(max(features, 0), 6) .
確定! 回上一頁