Struct tensorflow::eager::raw_ops::DTensorSetGlobalTPUArray
source · pub struct DTensorSetGlobalTPUArray { /* private fields */ }
Expand description
DTensorSetGlobalTPUArray
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DTensorSetGlobalTPUArray
Implementations§
source§impl DTensorSetGlobalTPUArray
impl DTensorSetGlobalTPUArray
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 DTensorSetGlobalTPUArray
impl Clone for DTensorSetGlobalTPUArray
source§fn clone(&self) -> DTensorSetGlobalTPUArray
fn clone(&self) -> DTensorSetGlobalTPUArray
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 DTensorSetGlobalTPUArray
impl Debug for DTensorSetGlobalTPUArray
Auto Trait Implementations§
impl RefUnwindSafe for DTensorSetGlobalTPUArray
impl Send for DTensorSetGlobalTPUArray
impl Sync for DTensorSetGlobalTPUArray
impl Unpin for DTensorSetGlobalTPUArray
impl UnwindSafe for DTensorSetGlobalTPUArray
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