pub enum TensorMapPrefetch {
None,
B64,
B128,
B256,
}Expand description
Additional prefetching to perform during load Specifies L2 fetch size which indicates the byte granularity at which L2 requests are filled from DRAM
Variants§
Trait Implementations§
Source§impl Clone for TensorMapPrefetch
impl Clone for TensorMapPrefetch
Source§fn clone(&self) -> TensorMapPrefetch
fn clone(&self) -> TensorMapPrefetch
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TensorMapPrefetch
impl Debug for TensorMapPrefetch
Source§impl Default for TensorMapPrefetch
impl Default for TensorMapPrefetch
Source§fn default() -> TensorMapPrefetch
fn default() -> TensorMapPrefetch
Returns the “default value” for a type. Read more
Source§impl Hash for TensorMapPrefetch
impl Hash for TensorMapPrefetch
Source§impl PartialEq for TensorMapPrefetch
impl PartialEq for TensorMapPrefetch
impl Copy for TensorMapPrefetch
impl Eq for TensorMapPrefetch
impl StructuralPartialEq for TensorMapPrefetch
Auto Trait Implementations§
impl Freeze for TensorMapPrefetch
impl RefUnwindSafe for TensorMapPrefetch
impl Send for TensorMapPrefetch
impl Sync for TensorMapPrefetch
impl Unpin for TensorMapPrefetch
impl UnwindSafe for TensorMapPrefetch
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.