Struct tensorflow::ops::SparseApplyAdagradV2
source · 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 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