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