pub struct SparseApplyAdagradV2 { /* private fields */ }
Expand description
Builder for the SparseApplyAdagradV2
operation.
Implementations§
Source§impl SparseApplyAdagradV2
impl SparseApplyAdagradV2
Sourcepub fn Tindices<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tindices<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tindices
attribute.
Sourcepub fn use_locking<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn use_locking<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the use_locking
attribute.
Sourcepub fn update_slots<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn update_slots<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the update_slots
attribute.
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 SparseApplyAdagradV2
impl Debug for SparseApplyAdagradV2
Source§impl Default for SparseApplyAdagradV2
impl Default for SparseApplyAdagradV2
Source§fn default() -> SparseApplyAdagradV2
fn default() -> SparseApplyAdagradV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SparseApplyAdagradV2
impl RefUnwindSafe for SparseApplyAdagradV2
impl Send for SparseApplyAdagradV2
impl Sync for SparseApplyAdagradV2
impl Unpin for SparseApplyAdagradV2
impl UnwindSafe for SparseApplyAdagradV2
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