Home
last modified time | relevance | path

Searched refs:new_argument (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Ddeprecation.py604 def rewrite_argument_docstring(old_doc, old_argument, new_argument): argument
605 return old_doc.replace('`%s`' % old_argument, '`%s`' % new_argument).replace(
606 '%s:' % old_argument, '%s:' % new_argument)
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dmath_utils.py239 new_argument = math_ops.matmul(current_argument, current_argument)
246 current_argument = array_ops.where(do_update, new_argument,