pub fn ragged_tensor_from_variant<O0: Into<Output>>( encoded_ragged: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RaggedTensorFromVariant::new().build(encoded_ragged, scope).
RaggedTensorFromVariant::new().build(encoded_ragged, scope)