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