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