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