pub struct MeanDimAutotuneOperationSet<E: WgpuElement, const D: usize> { /* private fields */ }
Expand description

Set of mean_dim implementations available for autotune Autotune key is given by concatenating the closest upper power of 2 of dim to reduce, and product of others

Trait Implementations§

source§

impl<E: WgpuElement + Element, const D: usize> AutotuneOperationSet<WgpuAutotuneKey> for MeanDimAutotuneOperationSet<E, D>

source§

fn key(&self) -> WgpuAutotuneKey

The key used in the tune cache
source§

fn autotunables(&self) -> Vec<Box<dyn AutotuneOperation>>

All candidate operations for autotuning this operation type Operations can run on toy tensors of relevant size
source§

fn fastest(self: Box<Self>, fastest_index: usize) -> Box<dyn AutotuneOperation>

Returns the operation for the given index, matching the order returned by autotunables. Operation obtained here runs on original tensors

Auto Trait Implementations§

§

impl<E, const D: usize> !RefUnwindSafe for MeanDimAutotuneOperationSet<E, D>

§

impl<E, const D: usize> Send for MeanDimAutotuneOperationSet<E, D>

§

impl<E, const D: usize> Sync for MeanDimAutotuneOperationSet<E, D>

§

impl<E, const D: usize> Unpin for MeanDimAutotuneOperationSet<E, D>where E: Unpin,

§

impl<E, const D: usize> !UnwindSafe for MeanDimAutotuneOperationSet<E, D>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> Upcast<T> for T

§

fn upcast(&self) -> Option<&T>

§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WasmNotSend for Twhere T: Send,

§

impl<T> WasmNotSync for Twhere T: Sync,