tensorflow::ops

Function string_upper

Source
pub fn string_upper<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for StringUpper::new().build(input, scope).