Function tensorflow::ops::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)
.