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