DDP

Type Alias DDP 

Source
pub type DDP<M> = DistributedDataParallel<M>;
Expand description

Type alias for DistributedDataParallel.

Aliased Typeยง

pub struct DDP<M> { /* private fields */ }