Function tensorflow::ops::composite_tensor_variant_to_components
source · pub fn composite_tensor_variant_to_components<O0: Into<Output>>(
encoded: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CompositeTensorVariantToComponents::new().build(encoded, scope)
.