Trait concision::NeuralNetworkStack

source ·
pub trait NeuralNetworkStack {
    type Input;
    type Hidden;
    type Output;

    const NHIDDEN: Option<usize> = None;
}

Required Associated Types§

Provided Associated Constants§

source

const NHIDDEN: Option<usize> = None

Object Safety§

This trait is not object safe.

Implementors§