Skip to contents

Each input vector is handled independently. The axis argument sets which axis of the input the function is applied along.

Usage

activation_log_softmax(x, axis = -1L)

Arguments

x

Input tensor.

axis

Integer, axis along which the softmax is applied.

Value

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