Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddecorator_utils_test.py29 def _test_function(unused_arg=0): argument
117 partial = functools.partial(_test_function, unused_arg=7)
Dtf_export_test.py29 def _test_function(unused_arg=0): argument
33 def _test_function2(unused_arg=0): argument
/external/tensorflow/tensorflow/tools/docs/
Dparser_test.py38 def test_function(unused_arg, unused_kwarg='default'): argument
43 def test_function_with_args_kwargs(unused_arg, *unused_args, **unused_kwargs): argument
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2534 PyObject* unused_arg) { in CheckAndGetInteger() argument