Trait concision::NeuralNetworkStack
source · pub trait NeuralNetworkStack {
type Input;
type Hidden;
type Output;
const NHIDDEN: Option<usize> = None;
}Required Associated Types§
Provided Associated Constants§
Object Safety§
This trait is not object safe.