Home
last modified time | relevance | path

Searched refs:rewrite_argument_docstring (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Ddeprecation.py632 def rewrite_argument_docstring(old_doc, old_argument, new_argument): function
Ddeprecation_test.py1019 new_docs = deprecation.rewrite_argument_docstring(
1020 deprecation.rewrite_argument_docstring(docs, "a", "left"), "b", "right")
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py1022 convolution_v2.__doc__ = deprecation.rewrite_argument_docstring(
1023 deprecation.rewrite_argument_docstring(
3063 conv3d_v2.__doc__ = deprecation.rewrite_argument_docstring(