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