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