Home
last modified time | relevance | path

Searched refs:missing_arguments (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dtest_combinations.py331 missing_arguments = set(list(kwargs.keys()) + ["self"]).difference(
333 if missing_arguments:
335 ": {} .".format(missing_arguments))
/external/tensorflow/tensorflow/python/eager/
Dfunction.py1672 missing_arguments = []
1675 missing_arguments.append(self._function_spec.arg_names[i])
1679 missing_arguments.append(name)
1680 if missing_arguments:
/external/python/cpython3/Python/
Dceval.c1187 missing_arguments(PyThreadState *tstate, PyCodeObject *co, in missing_arguments() function
1600 missing_arguments(tstate, co, missing, defcount, localsplus, in initialize_locals()
1639 missing_arguments(tstate, co, missing, -1, localsplus, in initialize_locals()
/external/deqp/data/gles2/shaders/
Dfunctions.test2690 case missing_arguments
/external/deqp/data/gles3/shaders/
Dfunctions.test3248 case missing_arguments