Trait nncombinator::layer::BatchForwardBase
source · [−]pub trait BatchForwardBase: ForwardAll {
type BatchInput: Debug;
type BatchOutput: Debug;
}Required Associated Types
source
type BatchInput: Debug
source
pub trait BatchForwardBase: ForwardAll {
type BatchInput: Debug;
type BatchOutput: Debug;
}