Struct wyrm::HogwildParameter [] [src]

pub struct HogwildParameter {
    pub value: RefCell<Arr>,
}

Struct used to hold parameters that need to be shared among multiple ParameterNodes for asynchronous, parallel optimization.

Fields

Methods

impl HogwildParameter
[src]

[src]

Create a new parameter object.

Trait Implementations

impl Sync for HogwildParameter
[src]

impl Debug for HogwildParameter
[src]

[src]

Formats the value using the given formatter.