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