tf.contrib.graph_editor.make_regex
Возвращает скомпилированное регулярное выражение.
tf.contrib.graph_editor.make_regex(
obj
)
| Аргументы | |
|---|---|
obj | строка или регулярное выражение. |
| Возвращаемое значение | |
|---|---|
| Скомпилированное регулярное выражение. |
| Исключения | |
|---|---|
ValueError | если obj не может быть преобразован в регулярное выражение. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/graph_editor/make_regex