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