Trait favannat::network::Recurrent[][src]

pub trait Recurrent<N: NodeLike, E: EdgeLike>: NetLike<N, E> {
    type Net: NetLike<N, E>;
    fn unroll(&self) -> Self::Net;
fn recurrent_edges(&self) -> Vec<&E>; }

Associated Types

type Net: NetLike<N, E>[src]

Loading content...

Required methods

fn unroll(&self) -> Self::Net[src]

fn recurrent_edges(&self) -> Vec<&E>[src]

Loading content...

Implementors

Loading content...