pub struct PlanePartitioner {}Expand description
Defines how to partition across planes
Trait Implementations§
Source§impl StagePartitioner for PlanePartitioner
impl StagePartitioner for PlanePartitioner
Source§fn coordinates<S: StageConfig>(config: S) -> Coords2d
fn coordinates<S: StageConfig>(config: S) -> Coords2d
Returns the (row, col) of the current compute primitive within the stage.
fn __expand_coordinates<S: StageConfig>( scope: &mut Scope, config: S, ) -> <Coords2d as CubeType>::ExpandType
Auto Trait Implementations§
impl Freeze for PlanePartitioner
impl RefUnwindSafe for PlanePartitioner
impl Send for PlanePartitioner
impl Sync for PlanePartitioner
impl Unpin for PlanePartitioner
impl UnwindSafe for PlanePartitioner
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