Home
last modified time | relevance | path

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

/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_common.py464 def get_extra_args(modules, is_public): function
838 extra_args=get_extra_args(modules, is_public),
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py909 extra_args = tuple(function.get_extra_args())
/external/tensorflow/tensorflow/python/framework/
Dfunction.py1294 def get_extra_args(): function
Dfunction_test.py1103 first, second, third, fourth, fifth = function.get_extra_args()
1753 arg_w, arg_b = function.get_extra_args()