pub struct RetrieveTPUEmbeddingStochasticGradientDescentParameters { /* private fields */ }
Expand description
RetrieveTPUEmbeddingStochasticGradientDescentParameters
Implementations§
source§impl RetrieveTPUEmbeddingStochasticGradientDescentParameters
impl RetrieveTPUEmbeddingStochasticGradientDescentParameters
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.
sourcepub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
pub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
Execute retrieve_tpuembedding_stochastic_gradient_descent_parameters.
Trait Implementations§
source§impl Clone for RetrieveTPUEmbeddingStochasticGradientDescentParameters
impl Clone for RetrieveTPUEmbeddingStochasticGradientDescentParameters
source§fn clone(&self) -> RetrieveTPUEmbeddingStochasticGradientDescentParameters
fn clone(&self) -> RetrieveTPUEmbeddingStochasticGradientDescentParameters
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 RetrieveTPUEmbeddingStochasticGradientDescentParameters
impl Send for RetrieveTPUEmbeddingStochasticGradientDescentParameters
impl Sync for RetrieveTPUEmbeddingStochasticGradientDescentParameters
impl Unpin for RetrieveTPUEmbeddingStochasticGradientDescentParameters
impl UnwindSafe for RetrieveTPUEmbeddingStochasticGradientDescentParameters
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