Struct tensorflow::ops::ReadVariableOpInst
source · pub struct ReadVariableOpInst {
pub op: Operation,
}
Expand description
An instance of ‘ReadVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ReadVariableOp Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for ReadVariableOpInst
impl Clone for ReadVariableOpInst
source§fn clone(&self) -> ReadVariableOpInst
fn clone(&self) -> ReadVariableOpInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReadVariableOpInst
impl Debug for ReadVariableOpInst
source§impl From<ReadVariableOpInst> for Operation
impl From<ReadVariableOpInst> for Operation
source§fn from(inst: ReadVariableOpInst) -> Operation
fn from(inst: ReadVariableOpInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ReadVariableOpInst
impl Send for ReadVariableOpInst
impl Sync for ReadVariableOpInst
impl Unpin for ReadVariableOpInst
impl UnwindSafe for ReadVariableOpInst
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