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