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