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