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