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