Relu


tensorflow C++ API

tensorflow::ops::Relu

Computes rectified linear:max(features, 0).


Summary

Arguments:

Returns:

  • Output: The activations tensor.

Relu 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.

Using Method

results matching ""

    No results matching ""