Struct tensorflow::ops::ScanDatasetInst
source · [−]pub struct ScanDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘ScanDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built ScanDataset Operation in a Tensorflow graph.
Implementations
sourceimpl ScanDatasetInst
impl ScanDatasetInst
sourcepub fn input_dataset(&self) -> Input<'_>
pub fn input_dataset(&self) -> Input<'_>
Returns the ‘input_dataset’ Input of this ‘ScanDataset’ operation.
sourcepub fn initial_state(&self) -> Input<'_>
pub fn initial_state(&self) -> Input<'_>
Returns the ‘initial_state’ Input of this ‘ScanDataset’ operation.
sourcepub fn other_arguments(&self) -> Input<'_>
pub fn other_arguments(&self) -> Input<'_>
Returns the ‘other_arguments’ Input of this ‘ScanDataset’ operation.
Trait Implementations
sourceimpl Clone for ScanDatasetInst
impl Clone for ScanDatasetInst
sourcefn clone(&self) -> ScanDatasetInst
fn clone(&self) -> ScanDatasetInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ScanDatasetInst
impl Debug for ScanDatasetInst
sourceimpl From<ScanDatasetInst> for Operation
impl From<ScanDatasetInst> for Operation
sourcefn from(inst: ScanDatasetInst) -> Operation
fn from(inst: ScanDatasetInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ScanDatasetInst
impl Send for ScanDatasetInst
impl Sync for ScanDatasetInst
impl Unpin for ScanDatasetInst
impl UnwindSafe for ScanDatasetInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more