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