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

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

Required methods

pub fn tanh(self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl TanhFunc for f32[src]

Loading content...

Implementors

Loading content...