Relu6
tensorflow C++ API
Computes rectified linear 6:min(max(features, 0), 6)
.
Summary
Arguments:
- scope: A Scope object
Returns:
Output
: The activations tensor.
Relu6 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 Relu class object.
Result:
- std::vector(Tensor) result_activations : Returned object of executed result by calling session.