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