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