Trait ClampBound

Source
pub trait ClampBound: Debug {
    // Required method
    fn bound(&self, input: &Tensor) -> Tensor;
}

Required Methods§

Source

fn bound(&self, input: &Tensor) -> Tensor

Implementors§