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