pub struct MatmulSelection {
pub plane_dim: u32,
pub tiling_scheme: TilingScheme,
pub quantized: bool,
pub partition_buffering: PartitionBuffering,
pub loading_precompute_strategy: LoadingPrecomputeStrategy,
pub loader_mode: LoaderMode,
pub load_specialization_config: LoadSpecializationConfig,
pub hypercube_selection: HypercubeSelection,
}
Fields§
§plane_dim: u32
§tiling_scheme: TilingScheme
§quantized: bool
§partition_buffering: PartitionBuffering
§loading_precompute_strategy: LoadingPrecomputeStrategy
§loader_mode: LoaderMode
§load_specialization_config: LoadSpecializationConfig
§hypercube_selection: HypercubeSelection
Implementations§
Source§impl MatmulSelection
impl MatmulSelection
pub fn builder( tiling_scheme: TilingScheme, plane_dim: u32, ) -> MatmulSelectionBuilder
Trait Implementations§
Source§impl Clone for MatmulSelection
impl Clone for MatmulSelection
Source§fn clone(&self) -> MatmulSelection
fn clone(&self) -> MatmulSelection
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 moreAuto Trait Implementations§
impl Freeze for MatmulSelection
impl RefUnwindSafe for MatmulSelection
impl Send for MatmulSelection
impl Sync for MatmulSelection
impl Unpin for MatmulSelection
impl UnwindSafe for MatmulSelection
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