pub enum MlBatchingKind {
None,
Fixed,
Dynamic,
MicroBatch,
Adaptive,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlBatchingKind
impl Clone for MlBatchingKind
Source§fn clone(&self) -> MlBatchingKind
fn clone(&self) -> MlBatchingKind
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 MlBatchingKind
impl Debug for MlBatchingKind
Source§impl Display for MlBatchingKind
impl Display for MlBatchingKind
Source§impl FromStr for MlBatchingKind
impl FromStr for MlBatchingKind
Source§impl Hash for MlBatchingKind
impl Hash for MlBatchingKind
Source§impl Ord for MlBatchingKind
impl Ord for MlBatchingKind
Source§fn cmp(&self, other: &MlBatchingKind) -> Ordering
fn cmp(&self, other: &MlBatchingKind) -> Ordering
1.21.0 (const: unstable) · 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 MlBatchingKind
impl PartialEq for MlBatchingKind
Source§fn eq(&self, other: &MlBatchingKind) -> bool
fn eq(&self, other: &MlBatchingKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlBatchingKind
impl PartialOrd for MlBatchingKind
impl Copy for MlBatchingKind
impl Eq for MlBatchingKind
impl StructuralPartialEq for MlBatchingKind
Auto Trait Implementations§
impl Freeze for MlBatchingKind
impl RefUnwindSafe for MlBatchingKind
impl Send for MlBatchingKind
impl Sync for MlBatchingKind
impl Unpin for MlBatchingKind
impl UnsafeUnpin for MlBatchingKind
impl UnwindSafe for MlBatchingKind
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