pub struct RecvTPUEmbeddingActivations { /* private fields */ }
Expand description
Builder for the RecvTPUEmbeddingActivations
operation.
Implementations§
Source§impl RecvTPUEmbeddingActivations
impl RecvTPUEmbeddingActivations
Sourcepub fn num_outputs<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_outputs<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_outputs
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for RecvTPUEmbeddingActivations
impl Debug for RecvTPUEmbeddingActivations
Source§impl Default for RecvTPUEmbeddingActivations
impl Default for RecvTPUEmbeddingActivations
Source§fn default() -> RecvTPUEmbeddingActivations
fn default() -> RecvTPUEmbeddingActivations
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RecvTPUEmbeddingActivations
impl RefUnwindSafe for RecvTPUEmbeddingActivations
impl Send for RecvTPUEmbeddingActivations
impl Sync for RecvTPUEmbeddingActivations
impl Unpin for RecvTPUEmbeddingActivations
impl UnwindSafe for RecvTPUEmbeddingActivations
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