tensorflow::ops

Function ragged_tensor_from_variant

Source
pub fn ragged_tensor_from_variant<O0: Into<Output>>(
    encoded_ragged: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for RaggedTensorFromVariant::new().build(encoded_ragged, scope).