modeci_mdf.functions.onnx.sigmoid

modeci_mdf.functions.onnx.sigmoid(*args, **kwargs)

Sigmoid takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the sigmoid function, y = 1 / (1 + exp(-x)), is applied to the tensor elementwise.