tensorflow::ops

Function 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).