[]Trait tract_hir::prelude::tract_linalg::frame::sigmoid::SigmoidFunc

pub trait SigmoidFunc {
    fn sigmoid(self) -> Self;
}

Required methods

fn sigmoid(self) -> Self

Loading content...

Implementations on Foreign Types

impl SigmoidFunc for f32

Loading content...

Implementors

Loading content...