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