![]() |
Return a compiled regular expression.
tf.contrib.graph_editor.make_regex(obj)
Args:
obj
: a string or a regular expression.
Returns:
A compiled regular expression.
Raises:
ValueError
: if obj could not be converted to a regular expression.
![]() |
Return a compiled regular expression.
tf.contrib.graph_editor.make_regex(obj)
obj
: a string or a regular expression.A compiled regular expression.
ValueError
: if obj could not be converted to a regular expression.