Skip to contents

It is defined as f(x) = log(1 / (1 + exp(-x))).

Usage

activation_log_sigmoid(x)

Arguments

x

Input tensor.

Value

A tensor, the result from applying the activation to the input tensor x.