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