Home
last modified time | relevance | path

Searched refs:get_extra_args (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py340 assert not function.get_extra_args(), (
342 (function.get_extra_args()))
464 assert not function.get_extra_args(), (
466 (function.get_extra_args()))
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py566 extra_args = tuple(function.get_extra_args())
/external/tensorflow/tensorflow/python/framework/
Dfunction.py1216 def get_extra_args(): function
Dfunction_test.py1112 first, second, third, fourth, fifth = function.get_extra_args()
1734 arg_w, arg_b = function.get_extra_args()