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