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