[][src]Trait tract_linalg::frame::tanh::TanhFunc

pub trait TanhFunc {
    fn tanh(self) -> Self;
}

Required methods

fn tanh(self) -> Self

Loading content...

Implementations on Foreign Types

impl TanhFunc for f32[src]

Loading content...

Implementors

Loading content...