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