Home
last modified time | relevance | path

Searched defs:fillvalue (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dctc_decoder_ops_test.py34 def grouper(iterable, n, fillvalue=None): argument
/external/python/cpython3/Lib/
Dreprlib.py9 def recursive_repr(fillvalue='...'): argument
/external/python/cpython2/Modules/
Ditertoolsmodule.c3824 PyObject *fillvalue; member
3836 PyObject *fillvalue = Py_None; in izip_longest_new() local
/external/python/cpython3/Modules/
Ditertoolsmodule.c4383 PyObject *fillvalue; member
4396 PyObject *fillvalue = Py_None; in zip_longest_new() local