Trait concision_core::traits::predict::Forward
source · pub trait Forward<T> {
type Output;
// Required method
fn forward(&self, args: &T) -> Self::Output;
}Expand description
Forward describes an object capable of forward propagation.