pub fn configure_tpuembedding_host<O0: Into<Output>, O1: Into<Output>>(
    common_config: O0,
    memory_config: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ConfigureTPUEmbeddingHost::new().build(common_config, memory_config, scope).