pub fn send_tpuembedding_gradients<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    inputs: &[&T0],
    learning_rates: &[&T1]
) -> Result<()>
Expand description

Shorthand for SendTPUEmbeddingGradients::new().call(&ctx, &inputs, &learning_rates).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SendTPUEmbeddingGradients