pub struct CheckpointTensorPlan {
pub parameter: String,
pub layout: CheckpointTensorLayout,
}Expand description
Backend-independent loading plan for one tensor in a released Mimi checkpoint.
Fields§
§parameter: StringStable Mimi parameter identity.
layout: CheckpointTensorLayoutCheckpoint-to-model layout conversion required before loading.
Trait Implementations§
Source§impl Clone for CheckpointTensorPlan
impl Clone for CheckpointTensorPlan
Source§fn clone(&self) -> CheckpointTensorPlan
fn clone(&self) -> CheckpointTensorPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CheckpointTensorPlan
impl Debug for CheckpointTensorPlan
impl Eq for CheckpointTensorPlan
Source§impl PartialEq for CheckpointTensorPlan
impl PartialEq for CheckpointTensorPlan
impl StructuralPartialEq for CheckpointTensorPlan
Auto Trait Implementations§
impl Freeze for CheckpointTensorPlan
impl RefUnwindSafe for CheckpointTensorPlan
impl Send for CheckpointTensorPlan
impl Sync for CheckpointTensorPlan
impl Unpin for CheckpointTensorPlan
impl UnsafeUnpin for CheckpointTensorPlan
impl UnwindSafe for CheckpointTensorPlan
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