modeci_mdf.functions.onnx.softplus

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

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