pub struct SelectedParameterRealization { /* private fields */ }Expand description
Selected lowering for one canonical logical parameter.
Implementations§
Source§impl SelectedParameterRealization
impl SelectedParameterRealization
Sourcepub fn physical_sources(&self) -> &[ReplicatedTextPhysicalSource]
pub fn physical_sources(&self) -> &[ReplicatedTextPhysicalSource]
Returns the exact selected shard and multi-output provenance.
Sourcepub const fn source_encoding(&self) -> &SourceTensorEncoding
pub const fn source_encoding(&self) -> &SourceTensorEncoding
Returns the admitted source encoding.
Sourcepub const fn executable(&self) -> LinearFormat
pub const fn executable(&self) -> LinearFormat
Returns the selected executable format.
Sourcepub const fn lowering(&self) -> WeightLoweringKind
pub const fn lowering(&self) -> WeightLoweringKind
Returns the selected backend lowering kind.
Trait Implementations§
Source§impl Clone for SelectedParameterRealization
impl Clone for SelectedParameterRealization
Source§fn clone(&self) -> SelectedParameterRealization
fn clone(&self) -> SelectedParameterRealization
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 SelectedParameterRealization
impl Debug for SelectedParameterRealization
impl Eq for SelectedParameterRealization
impl StructuralPartialEq for SelectedParameterRealization
Auto Trait Implementations§
impl Freeze for SelectedParameterRealization
impl RefUnwindSafe for SelectedParameterRealization
impl Send for SelectedParameterRealization
impl Sync for SelectedParameterRealization
impl Unpin for SelectedParameterRealization
impl UnsafeUnpin for SelectedParameterRealization
impl UnwindSafe for SelectedParameterRealization
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