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