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