pub fn ragged_fill_empty_rows_grad<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    reverse_index_map: &T0,
    grad_values: &T1
) -> Result<[TensorHandle<'a>; 2]>
Expand description

Shorthand for RaggedFillEmptyRowsGrad::new().call(&ctx, &reverse_index_map, &grad_values).

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