Struct tensorflow::eager::raw_ops::LoadTPUEmbeddingFTRLParameters
source · pub struct LoadTPUEmbeddingFTRLParameters { /* private fields */ }
Expand description
LoadTPUEmbeddingFTRLParameters
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/LoadTPUEmbeddingFTRLParameters
Implementations§
source§impl LoadTPUEmbeddingFTRLParameters
impl LoadTPUEmbeddingFTRLParameters
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, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
parameters: &T0,
accumulators: &T1,
linears: &T2
) -> Result<()>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>( &self, ctx: &'a Context, parameters: &T0, accumulators: &T1, linears: &T2 ) -> Result<()>
Execute load_tpuembedding_ftrlparameters.
Trait Implementations§
source§impl Clone for LoadTPUEmbeddingFTRLParameters
impl Clone for LoadTPUEmbeddingFTRLParameters
source§fn clone(&self) -> LoadTPUEmbeddingFTRLParameters
fn clone(&self) -> LoadTPUEmbeddingFTRLParameters
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 LoadTPUEmbeddingFTRLParameters
impl Send for LoadTPUEmbeddingFTRLParameters
impl Sync for LoadTPUEmbeddingFTRLParameters
impl Unpin for LoadTPUEmbeddingFTRLParameters
impl UnwindSafe for LoadTPUEmbeddingFTRLParameters
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