Type Definition wyrm::Arr[][src]

type Arr = Array2<f32>;

Alias for a f32 ndarray matrix.

Trait Implementations

impl<'value> DataInput<&'value Arr> for Variable<ParameterNode>
[src]

Set the value of this node.

impl<'value> DataInput<&'value Arr> for Variable<InputNode>
[src]

Set the value of this node.