openvino.runtime.opset5.log_softmax#

openvino.runtime.opset5.log_softmax(data: Node | int | float | ndarray, axis: int, name: str | None = None) Node#

Apply LogSoftmax operation on each element of input tensor.

Parameters:
  • data – The tensor providing input data.

  • axis – An axis along which LogSoftmax should be calculated

Returns:

The new node with LogSoftmax operation applied on each element.