pub struct SparseReorder { /* private fields */ }
Expand description
Builder for the SparseReorder
operation.
Implementations§
Source§impl SparseReorder
impl SparseReorder
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 SparseReorder
impl Debug for SparseReorder
Source§impl Default for SparseReorder
impl Default for SparseReorder
Source§fn default() -> SparseReorder
fn default() -> SparseReorder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SparseReorder
impl RefUnwindSafe for SparseReorder
impl Send for SparseReorder
impl Sync for SparseReorder
impl Unpin for SparseReorder
impl UnwindSafe for SparseReorder
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