pub fn ragged_tensor_to_variant_gradient<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    encoded_ragged_grad: O0,
    row_splits: O1,
    dense_values_shape: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RaggedTensorToVariantGradient::new().build(encoded_ragged_grad, row_splits, dense_values_shape, scope).