Home
last modified time | relevance | path

Searched defs:how_many (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/examples/speech_commands/
Dwav_to_features_test.py43 def _saveWavFolders(self, root_dir, labels, how_many): argument
Dinput_data.py509 def get_data(self, how_many, offset, model_settings, background_frequency, argument
640 def get_unprocessed_data(self, how_many, model_settings, mode): argument
Dtrain_test.py63 def _saveWavFolders(self, root_dir, labels, how_many): argument
Dinput_data_test.py46 def _saveWavFolders(self, root_dir, labels, how_many): argument
/external/toolchain-utils/crosperf/
Dresults_report_unittest.py114 def _InjectSuccesses(experiment, how_many, keyvals, for_benchmark=0): argument
/external/icu/icu4c/source/test/iotest/
Dfiletst.c606 int32_t how_many; in TestFileReadBuffering() local
/external/python/cffi/testing/cffi1/
Dtest_verify1.py1809 def python_callback(how_many, values): argument
/external/python/cffi/testing/cffi0/
Dtest_verify.py1843 def python_callback(how_many, values): argument
/external/python/cpython3/Objects/
Dunicodeobject.c1553 Py_ssize_t how_many, int check_maxchar) in _copy_characters()
1695 PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) in _PyUnicode_FastCopyCharacters()
1703 Py_ssize_t how_many) in PyUnicode_CopyCharacters()
/external/python/cpython3/Modules/
D_testcapimodule.c2002 Py_ssize_t from_start, to_start, how_many, copied; in unicode_copycharacters() local