Function tensorflow::ops::configure_tpuembedding_memory
source · pub fn configure_tpuembedding_memory<O0: Into<Output>>(
common_config: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ConfigureTPUEmbeddingMemory::new().build(common_config, scope)
.