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
sourceimpl 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
sourceimpl Clone for AssertNextDatasetInst
impl Clone for AssertNextDatasetInst
sourcefn clone(&self) -> AssertNextDatasetInst
fn clone(&self) -> AssertNextDatasetInst
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 AssertNextDatasetInst
impl Debug for AssertNextDatasetInst
sourceimpl From<AssertNextDatasetInst> for Operation
impl From<AssertNextDatasetInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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