Function tensorflow::ops::enqueue_tpuembedding_integer_batch
source · pub fn enqueue_tpuembedding_integer_batch<O0: Into<Output>, O1: Into<Output>>(
batch: O0,
mode_override: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for EnqueueTPUEmbeddingIntegerBatch::new().build(batch, mode_override, scope)
.