Function tensorflow::ops::execute_tpuembedding_partitioner
source · pub fn execute_tpuembedding_partitioner(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for ExecuteTPUEmbeddingPartitioner::new().build(scope)
.