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
sourceimpl 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
sourceimpl Clone for IteratorToStringHandleInst
impl Clone for IteratorToStringHandleInst
sourcefn clone(&self) -> IteratorToStringHandleInst
fn clone(&self) -> IteratorToStringHandleInst
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 Debug for IteratorToStringHandleInst
impl Debug for IteratorToStringHandleInst
sourceimpl From<IteratorToStringHandleInst> for Operation
impl From<IteratorToStringHandleInst> for Operation
sourcefn 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
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