pub fn enqueue_tpuembedding_batch<O0: Into<Output>, O1: Into<Output>>(
    batch: O0,
    mode_override: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for EnqueueTPUEmbeddingBatch::new().build(batch, mode_override, scope).