Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/speech_commands/
Dwav_to_features_test.py43 def _saveWavFolders(self, root_dir, labels, how_many): argument
Dtrain_test.py63 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
Dinput_data_test.py46 def _saveWavFolders(self, root_dir, labels, how_many): argument
/external/toolchain-utils/crosperf/
Dresults_report_unittest.py113 def _InjectSuccesses(experiment, how_many, keyvals, for_benchmark=0): argument
/external/v8/src/diagnostics/
Deh-frame.h233 void Skip(int how_many) { in Skip()
/external/icu/icu4c/source/test/iotest/
Dfiletst.c578 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.c1472 Py_ssize_t how_many, int check_maxchar) in _copy_characters()
1613 PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) in _PyUnicode_FastCopyCharacters()
1621 Py_ssize_t how_many) in PyUnicode_CopyCharacters()
/external/python/cpython3/Modules/
D_testcapimodule.c1951 Py_ssize_t from_start, to_start, how_many, copied; in unicode_copycharacters() local