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