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