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