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