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