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