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