pub fn tpuembedding_activations<O0: Into<Output>, O1: Into<Output>>(
    embedding_variable: O0,
    sliced_activations: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TPUEmbeddingActivations::new().build(embedding_variable, sliced_activations, scope).