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§
source§impl 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§
source§impl Clone for ScanDatasetInst
impl Clone for ScanDatasetInst
source§fn clone(&self) -> ScanDatasetInst
fn clone(&self) -> ScanDatasetInst
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 ScanDatasetInst
impl Debug for ScanDatasetInst
source§impl From<ScanDatasetInst> for Operation
impl From<ScanDatasetInst> for Operation
source§fn 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§
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