pub struct CollectivePermute { /* private fields */ }
Expand description
Builder for the CollectivePermute
operation.
Implementations§
Source§impl CollectivePermute
impl CollectivePermute
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for CollectivePermute
impl Debug for CollectivePermute
Source§impl Default for CollectivePermute
impl Default for CollectivePermute
Source§fn default() -> CollectivePermute
fn default() -> CollectivePermute
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CollectivePermute
impl RefUnwindSafe for CollectivePermute
impl Send for CollectivePermute
impl Sync for CollectivePermute
impl Unpin for CollectivePermute
impl UnwindSafe for CollectivePermute
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