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