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