Struct tensorflow::ops::XlaSendTPUEmbeddingGradients
source · pub struct XlaSendTPUEmbeddingGradients { /* private fields */ }
Expand description
Builder for the XlaSendTPUEmbeddingGradients
operation.
Implementations§
source§impl XlaSendTPUEmbeddingGradients
impl XlaSendTPUEmbeddingGradients
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 NumLearningRateTags<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn NumLearningRateTags<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the NumLearningRateTags
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<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
gradients: O0,
learning_rates: O1,
deduplication_data: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, gradients: O0, learning_rates: O1, deduplication_data: O2, scope: &mut Scope ) -> Result<Operation>
Builds the XlaSendTPUEmbeddingGradients
operation.
sourcepub fn build_instance(
&self,
gradients: Vec<Output>,
learning_rates: Vec<Output>,
deduplication_data: Output,
scope: &mut Scope
) -> Result<XlaSendTPUEmbeddingGradientsInst>
pub fn build_instance( &self, gradients: Vec<Output>, learning_rates: Vec<Output>, deduplication_data: Output, scope: &mut Scope ) -> Result<XlaSendTPUEmbeddingGradientsInst>
Builds a new instance of ‘XlaSendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for XlaSendTPUEmbeddingGradients
impl Debug for XlaSendTPUEmbeddingGradients
source§impl Default for XlaSendTPUEmbeddingGradients
impl Default for XlaSendTPUEmbeddingGradients
source§fn default() -> XlaSendTPUEmbeddingGradients
fn default() -> XlaSendTPUEmbeddingGradients
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for XlaSendTPUEmbeddingGradients
impl Send for XlaSendTPUEmbeddingGradients
impl Sync for XlaSendTPUEmbeddingGradients
impl Unpin for XlaSendTPUEmbeddingGradients
impl UnwindSafe for XlaSendTPUEmbeddingGradients
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