Struct tensorflow::eager::raw_ops::AnonymousMultiDeviceIterator
source · pub struct AnonymousMultiDeviceIterator { /* private fields */ }
Expand description
AnonymousMultiDeviceIterator
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/AnonymousMultiDeviceIterator
Implementations§
source§impl AnonymousMultiDeviceIterator
impl AnonymousMultiDeviceIterator
sourcepub fn devices<ArgType: Into<Vec<String>>>(self, value: ArgType) -> Self
pub fn devices<ArgType: Into<Vec<String>>>(self, value: ArgType) -> Self
Sets the devices
attribute.
sourcepub fn output_types<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
pub fn output_types<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
Sets the output_types
attribute.
sourcepub fn output_shapes<ArgType: Into<Vec<Shape>>>(self, value: ArgType) -> Self
pub fn output_shapes<ArgType: Into<Vec<Shape>>>(self, value: ArgType) -> Self
Sets the output_shapes
attribute.
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
Trait Implementations§
source§impl Clone for AnonymousMultiDeviceIterator
impl Clone for AnonymousMultiDeviceIterator
source§fn clone(&self) -> AnonymousMultiDeviceIterator
fn clone(&self) -> AnonymousMultiDeviceIterator
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 AnonymousMultiDeviceIterator
impl Debug for AnonymousMultiDeviceIterator
Auto Trait Implementations§
impl RefUnwindSafe for AnonymousMultiDeviceIterator
impl Send for AnonymousMultiDeviceIterator
impl Sync for AnonymousMultiDeviceIterator
impl Unpin for AnonymousMultiDeviceIterator
impl UnwindSafe for AnonymousMultiDeviceIterator
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