Function tensorflow::eager::raw_ops::collate_tpuembedding_memory
source · pub fn collate_tpuembedding_memory<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
memory_configs: &[&T0]
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for CollateTPUEmbeddingMemory::new().call(&ctx, &memory_configs)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/CollateTPUEmbeddingMemory