Struct tensorflow::eager::raw_ops::DeleteMultiDeviceIterator
source · pub struct DeleteMultiDeviceIterator { /* private fields */ }
Expand description
DeleteMultiDeviceIterator
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DeleteMultiDeviceIterator
Implementations§
source§impl DeleteMultiDeviceIterator
impl DeleteMultiDeviceIterator
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.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
multi_device_iterator: &T0,
iterators: &[&T1],
deleter: &T2
) -> Result<()>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>( &self, ctx: &'a Context, multi_device_iterator: &T0, iterators: &[&T1], deleter: &T2 ) -> Result<()>
Execute delete_multi_device_iterator.
Trait Implementations§
source§impl Clone for DeleteMultiDeviceIterator
impl Clone for DeleteMultiDeviceIterator
source§fn clone(&self) -> DeleteMultiDeviceIterator
fn clone(&self) -> DeleteMultiDeviceIterator
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 DeleteMultiDeviceIterator
impl Debug for DeleteMultiDeviceIterator
Auto Trait Implementations§
impl RefUnwindSafe for DeleteMultiDeviceIterator
impl Send for DeleteMultiDeviceIterator
impl Sync for DeleteMultiDeviceIterator
impl Unpin for DeleteMultiDeviceIterator
impl UnwindSafe for DeleteMultiDeviceIterator
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