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§
source§impl 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§
source§impl Clone for IteratorFromStringHandleV2Inst
impl Clone for IteratorFromStringHandleV2Inst
source§fn clone(&self) -> IteratorFromStringHandleV2Inst
fn clone(&self) -> IteratorFromStringHandleV2Inst
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 From<IteratorFromStringHandleV2Inst> for Operation
impl From<IteratorFromStringHandleV2Inst> for Operation
source§fn 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§
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