Function tensorflow::ops::softplus

source ·
pub fn softplus<O0: Into<Output>>(
    features: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Softplus::new().build(features, scope).