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