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