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