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