Function tensorflow::ops::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)
.
pub fn string_upper<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for StringUpper::new().build(input, scope)
.