pub struct AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5> { /* private fields */ }
Expand description

A builder for a parallel operation.

Implementations§

source§

impl<'c> AffineParallelOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset, Unset, Unset, Unset, Unset>

source

pub fn new(context: &'c Context, location: Location<'c>) -> Self

source§

impl<'c, O0, R0, A0, A1, A2, A3, A4, A5> AffineParallelOperationBuilder<'c, Unset, O0, R0, A0, A1, A2, A3, A4, A5>

source

pub fn results( self, results: &[Type<'c>] ) -> AffineParallelOperationBuilder<'c, Set, O0, R0, A0, A1, A2, A3, A4, A5>

source§

impl<'c, T0, R0, A0, A1, A2, A3, A4, A5> AffineParallelOperationBuilder<'c, T0, Unset, R0, A0, A1, A2, A3, A4, A5>

source

pub fn map_operands( self, map_operands: &[Value<'c, '_>] ) -> AffineParallelOperationBuilder<'c, T0, Set, R0, A0, A1, A2, A3, A4, A5>

source§

impl<'c, T0, O0, A0, A1, A2, A3, A4, A5> AffineParallelOperationBuilder<'c, T0, O0, Unset, A0, A1, A2, A3, A4, A5>

source

pub fn region( self, region: Region<'c> ) -> AffineParallelOperationBuilder<'c, T0, O0, Set, A0, A1, A2, A3, A4, A5>

source§

impl<'c, T0, O0, R0, A1, A2, A3, A4, A5> AffineParallelOperationBuilder<'c, T0, O0, R0, Unset, A1, A2, A3, A4, A5>

source

pub fn reductions( self, reductions: ArrayAttribute<'c> ) -> AffineParallelOperationBuilder<'c, T0, O0, R0, Set, A1, A2, A3, A4, A5>

source§

impl<'c, T0, O0, R0, A0, A2, A3, A4, A5> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, Unset, A2, A3, A4, A5>

source

pub fn lower_bounds_map( self, lower_bounds_map: Attribute<'c> ) -> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, Set, A2, A3, A4, A5>

source§

impl<'c, T0, O0, R0, A0, A1, A3, A4, A5> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, Unset, A3, A4, A5>

source

pub fn lower_bounds_groups( self, lower_bounds_groups: Attribute<'c> ) -> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, Set, A3, A4, A5>

source§

impl<'c, T0, O0, R0, A0, A1, A2, A4, A5> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, Unset, A4, A5>

source

pub fn upper_bounds_map( self, upper_bounds_map: Attribute<'c> ) -> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, Set, A4, A5>

source§

impl<'c, T0, O0, R0, A0, A1, A2, A3, A5> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, Unset, A5>

source

pub fn upper_bounds_groups( self, upper_bounds_groups: Attribute<'c> ) -> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, Set, A5>

source§

impl<'c, T0, O0, R0, A0, A1, A2, A3, A4> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, A4, Unset>

source

pub fn steps( self, steps: ArrayAttribute<'c> ) -> AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, A4, Set>

source§

impl<'c> AffineParallelOperationBuilder<'c, Set, Set, Set, Set, Set, Set, Set, Set, Set>

Auto Trait Implementations§

§

impl<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5> RefUnwindSafe for AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5>

§

impl<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5> !Send for AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5>

§

impl<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5> !Sync for AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5>

§

impl<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5> Unpin for AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5>
where A0: Unpin, A1: Unpin, A2: Unpin, A3: Unpin, A4: Unpin, A5: Unpin, O0: Unpin, R0: Unpin, T0: Unpin,

§

impl<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5> UnwindSafe for AffineParallelOperationBuilder<'c, T0, O0, R0, A0, A1, A2, A3, A4, A5>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where 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 T
where 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 T
where 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.