Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 7 of 7) sorted by relevance

/cmsis-dsp-latest/Testing/FrameworkSource/
DSemihosting.cpp450 FILE *pattern=fopen(fileName.c_str(), "r"); in GetPatternSize() local
452 if (pattern==NULL) in GetPatternSize()
458 fgets(tmp,256,pattern); in GetPatternSize()
461 fgets(tmp,256,pattern); in GetPatternSize()
463 fclose(pattern); in GetPatternSize()
603 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_f64() local
606 fgets(tmp,256,pattern); in ImportPattern_f64()
608 fgets(tmp,256,pattern); in ImportPattern_f64()
621 fgets(tmp,256,pattern); in ImportPattern_f64()
622 fscanf(pattern,"0x%16llx\n",&val); in ImportPattern_f64()
[all …]
/cmsis-dsp-latest/Testing/
DREADME.md171 …you may have a suite for testing and one for benchmarking and both may use the same pattern folder.
212 A pattern or output description is an ID (to be used in the code) followed by a filename.
216 The root folder for pattern files and output files is different.
336 A Runner is just an implementation of the visitor pattern. A runner is applied to the tree of tests.
353 They will return NULL when a pattern is still referencing a generation of memory older than the cur…
355 PatternMgr is the link between IO and Memory and knows how to load a pattern and save it into memor…
362 In dump only mode, tests using pattern will fail but the tests will be considered as passed (becaus…
539 of the tests to run and the test pattern samples to be used.
576 * Instantiate a pattern manager (linking IO and memory)
657 // We can load different pattern or length according to the test ID
Ddesc_f16.txt769 arm_biquad_cascade_df1 ref pattern:test_biquad_cascade_df1_ref
770 arm_biquad_cascade_df2T ref pattern:test_biquad_cascade_df2T_ref
771 arm_biquad_cascade_df1 random pattern:test_biquad_cascade_df1_rand
772 arm_biquad_cascade_df2T random pattern:test_biquad_cascade_df2T_rand
773 arm_biquad_cascade_stereo_df2T random pattern:test_biquad_cascade_stereo_df2T_rand
Ddesc.txt3263 arm_biquad_cascade_df2T ref pattern:test_biquad_cascade_df2T_ref
3264 arm_biquad_cascade_df2T random pattern:test_biquad_cascade_df2T_rand
3287 arm_biquad_cascade_df1 ref pattern:test_biquad_cascade_df1_ref
3288 arm_biquad_cascade_df2T ref pattern:test_biquad_cascade_df2T_ref
3289 arm_biquad_cascade_df1 random pattern:test_biquad_cascade_df1_rand
3290 arm_biquad_cascade_df2T random pattern:test_biquad_cascade_df2T_rand
3291 arm_biquad_cascade_stereo_df2T random pattern:test_biquad_cascade_stereo_df2T_rand
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in953 # character encoding on a per file pattern basis. Doxygen will compare the file
954 # name with each pattern and apply the encoding instead of the default
956 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
1055 # exclude all test directories for example use the pattern */test/*
1068 # exclude all test directories use the pattern */test/*
1108 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
1153 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
1154 # basis. Doxygen will compare the file name with each pattern and apply the
1155 # filter if there is a match. The filters are a list of the form: pattern=filter
1174 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
[all …]
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb188 " # The speech pattern is padded to ensure it has a duration of 1 second\n",
225 …"The below class is representing a Pattern. A pattern can either be a sound file from the TensorFl…
227 …"The pattern can also be a random white noise. In that case, we also compute the feature and the c…
267 " # The random pattern will be different each time\n",
402 "The following code is displaying a pattern as example."
1900 "We are using the `Yes/No` pattern from our `VHT-SystemModeling` example.\n",
1901 "Below code is loading the pattern into a NumPy array."
2022 …"The code is working. We are getting more printed `Yes` than `Yes` in the pattern because we are s…
/cmsis-dsp-latest/PythonWrapper/examples/
DNoise suppression.ipynb71 "# To load test pattern from Arm VHT Echo Canceller demo\n",
88 …"You can either upload a .wav file or download the test pattern used in our echo canceller demo ru…
96 "### Test pattern from Arm Virtual Hardware demo"
104pattern from the TensorFlow Lite Microspeech demo but with added noise and a sequence of Yes/No wh…