Function tensorflow::ops::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)
.