Trait rai_core::ops::ClampBound

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

Required Methods§

source

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

Implementors§