Skip to main content

FSDP

Type Alias FSDP 

Source
pub type FSDP<M> = FullyShardedDataParallel<M>;
Expand description

Type alias for FullyShardedDataParallel.

Aliased Typeยง

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