Function collate_tpuembedding_memory

Source
pub fn collate_tpuembedding_memory<O0: Into<Output>>(
    memory_configs: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for CollateTPUEmbeddingMemory::new().build(memory_configs, scope).