Function tensorflow::eager::raw_ops::static_regex_replace
source · pub fn static_regex_replace<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
input: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for StaticRegexReplace::new().call(&ctx, &input)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StaticRegexReplace