Function tensorflow::ops::regex_replace
source · pub fn regex_replace<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
pattern: O1,
rewrite: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RegexReplace::new().build(input, pattern, rewrite, scope)
.