Log - version 1#

This page documents version 1 of operator Log. See Log for the latest version (since version 13).

  • Domain: ai.onnx

  • Since version: 1

Computes the Log value of the input tensor element-wise.

Inputs

  • input (T): Input tensor

Outputs

  • output (T): The natural log of the input tensor computed element-wise

Type Constraints

  • T: Constrain input and output types to float tensors. Allowed types: tensor(double), tensor(float), tensor(float16).