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