Softsign
tensorflow C++ API
Computes softsign:features / (abs(features) + 1).
Summary
Arguments:
- scope: A Scope object.
Returns:
Output: The activations tensor.
Softsign block
Source link : https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_nn.cpp

Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
- Input features: connect Input node.
Return:
- Output activations: Output object of Softplus class object.
Result:
- std::vector(Tensor) result_activations : Returned object of executed result by calling session.
Using Method
