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.
Auto Trait Implementations§
impl RefUnwindSafe for WriteImageSummaryInst
impl Send for WriteImageSummaryInst
impl Sync for WriteImageSummaryInst
impl Unpin for WriteImageSummaryInst
impl UnwindSafe for WriteImageSummaryInst
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