Struct primitiv::initializers::XavierNormal [] [src]

pub struct XavierNormal { /* fields omitted */ }

The Xavier matrix initialization with the normal distribution.

Methods

impl XavierNormal
[src]

[src]

Crates a new XavierNormal initializer.

Trait Implementations

impl Debug for XavierNormal
[src]

[src]

Formats the value using the given formatter. Read more

impl Wrap<primitivInitializer_t> for XavierNormal
[src]

impl Drop for XavierNormal
[src]

[src]

Executes the destructor for this type. Read more

impl Initializer for XavierNormal
[src]

[src]

Provides an initialized tensor.

impl Default for XavierNormal
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for XavierNormal

impl !Sync for XavierNormal