pub struct PipelineExecutor {
pub stages: Vec<PipelineStage>,
pub num_micro_batches: usize,
}Expand description
1F1B pipeline executor with per-micro-batch isolated tapes.
Fields§
§stages: Vec<PipelineStage>§num_micro_batches: usizeImplementations§
Auto Trait Implementations§
impl Freeze for PipelineExecutor
impl !RefUnwindSafe for PipelineExecutor
impl Send for PipelineExecutor
impl Sync for PipelineExecutor
impl Unpin for PipelineExecutor
impl UnsafeUnpin for PipelineExecutor
impl !UnwindSafe for PipelineExecutor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more