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