#[repr(transparent)]pub struct MLSpecializationStrategy(pub NSInteger);
Available on crate feature
MLSpecializationStrategy
only.Expand description
The optimization strategy for the model specialization.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl MLSpecializationStrategy
impl MLSpecializationStrategy
Sourcepub const FastPrediction: Self
pub const FastPrediction: Self
Prefer the prediction latency at the potential cost of specialization time, memory footprint, and the disk space usage of specialized artifacts.
Trait Implementations§
Source§impl Clone for MLSpecializationStrategy
impl Clone for MLSpecializationStrategy
Source§fn clone(&self) -> MLSpecializationStrategy
fn clone(&self) -> MLSpecializationStrategy
Returns a duplicate of the value. Read more
1.0.0 · 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 MLSpecializationStrategy
impl Debug for MLSpecializationStrategy
Source§impl Encode for MLSpecializationStrategy
impl Encode for MLSpecializationStrategy
Source§impl Hash for MLSpecializationStrategy
impl Hash for MLSpecializationStrategy
Source§impl Ord for MLSpecializationStrategy
impl Ord for MLSpecializationStrategy
Source§fn cmp(&self, other: &MLSpecializationStrategy) -> Ordering
fn cmp(&self, other: &MLSpecializationStrategy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MLSpecializationStrategy
impl PartialEq for MLSpecializationStrategy
Source§impl PartialOrd for MLSpecializationStrategy
impl PartialOrd for MLSpecializationStrategy
Source§impl RefEncode for MLSpecializationStrategy
impl RefEncode for MLSpecializationStrategy
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for MLSpecializationStrategy
impl Eq for MLSpecializationStrategy
impl StructuralPartialEq for MLSpecializationStrategy
Auto Trait Implementations§
impl Freeze for MLSpecializationStrategy
impl RefUnwindSafe for MLSpecializationStrategy
impl Send for MLSpecializationStrategy
impl Sync for MLSpecializationStrategy
impl Unpin for MLSpecializationStrategy
impl UnwindSafe for MLSpecializationStrategy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.