Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Ddeprecation_test.py1098 new_docs = deprecation.rewrite_argument_docstring(
1099 deprecation.rewrite_argument_docstring(docs, "a", "left"), "b", "right")
H A Ddeprecation.py658 def rewrite_argument_docstring(old_doc, old_argument, new_argument): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_ops.py1191 convolution_v2.__doc__ = deprecation.rewrite_argument_docstring(
1192 deprecation.rewrite_argument_docstring(
3264 conv3d_v2.__doc__ = deprecation.rewrite_argument_docstring(