pub struct RetrieveTPUEmbeddingMDLAdagradLightParameters { /* private fields */ }
Expand description
RetrieveTPUEmbeddingMDLAdagradLightParameters
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RetrieveTPUEmbeddingMDLAdagradLightParameters
Implementations§
source§impl RetrieveTPUEmbeddingMDLAdagradLightParameters
impl RetrieveTPUEmbeddingMDLAdagradLightParameters
sourcepub fn table_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn table_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the table_name
attribute.
sourcepub fn num_shards<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_shards<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_shards
attribute.
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 RetrieveTPUEmbeddingMDLAdagradLightParameters
impl Clone for RetrieveTPUEmbeddingMDLAdagradLightParameters
source§fn clone(&self) -> RetrieveTPUEmbeddingMDLAdagradLightParameters
fn clone(&self) -> RetrieveTPUEmbeddingMDLAdagradLightParameters
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 moreAuto Trait Implementations§
impl RefUnwindSafe for RetrieveTPUEmbeddingMDLAdagradLightParameters
impl Send for RetrieveTPUEmbeddingMDLAdagradLightParameters
impl Sync for RetrieveTPUEmbeddingMDLAdagradLightParameters
impl Unpin for RetrieveTPUEmbeddingMDLAdagradLightParameters
impl UnwindSafe for RetrieveTPUEmbeddingMDLAdagradLightParameters
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