Struct primitiv::initializers::Identity [] [src]

pub struct Identity { /* fields omitted */ }

Identity matrix initializer.

Methods

impl Identity
[src]

[src]

Crates a new Identity initializer.

Trait Implementations

impl Debug for Identity
[src]

[src]

Formats the value using the given formatter. Read more

impl Wrap<primitivInitializer_t> for Identity
[src]

impl Drop for Identity
[src]

[src]

Executes the destructor for this type. Read more

impl Initializer for Identity
[src]

[src]

Provides an initialized tensor.

Auto Trait Implementations

impl !Send for Identity

impl !Sync for Identity