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