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