Struct tensorflow::ops::RetrieveAllTPUEmbeddingParameters
source · [−]pub struct RetrieveAllTPUEmbeddingParameters { /* private fields */ }Expand description
Builder for the RetrieveAllTPUEmbeddingParameters operation.
Implementations
sourceimpl RetrieveAllTPUEmbeddingParameters
impl RetrieveAllTPUEmbeddingParameters
sourcepub fn NumTables<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn NumTables<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the NumTables 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 add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build(&self, scope: &mut Scope) -> Result<Operation>
pub fn build(&self, scope: &mut Scope) -> Result<Operation>
Builds the RetrieveAllTPUEmbeddingParameters operation.
sourcepub fn build_instance(
&self,
scope: &mut Scope
) -> Result<RetrieveAllTPUEmbeddingParametersInst>
pub fn build_instance(
&self,
scope: &mut Scope
) -> Result<RetrieveAllTPUEmbeddingParametersInst>
Builds a new instance of ‘RetrieveAllTPUEmbeddingParameters’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Default for RetrieveAllTPUEmbeddingParameters
impl Default for RetrieveAllTPUEmbeddingParameters
sourcefn default() -> RetrieveAllTPUEmbeddingParameters
fn default() -> RetrieveAllTPUEmbeddingParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RetrieveAllTPUEmbeddingParameters
impl Send for RetrieveAllTPUEmbeddingParameters
impl Sync for RetrieveAllTPUEmbeddingParameters
impl Unpin for RetrieveAllTPUEmbeddingParameters
impl UnwindSafe for RetrieveAllTPUEmbeddingParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more