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