Struct alumina::init::Initialiser[][src]

pub struct Initialiser { /* fields omitted */ }

Wrapper for initialiser closures that implements Clone and Debug

Methods

impl Initialiser
[src]

Gaussian initialisation

This initialises with gaussian values drawn from N(mean, std_dev^2).

Uniform initialisation

This initialises uniform values drawn from [low, high).

Fill initialisation

Sets all elements to the supplied value

The OpID of the associated operation

if None then None will be passed to call()

Trait Implementations

impl Clone for Initialiser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Initialiser
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Initialiser

impl !Sync for Initialiser