Searched refs:patterns (Results 1 – 10 of 10) sorted by relevance
/cmsis-dsp-latest/Testing/ |
D | testmain.cpp | 34 int testmain(const char *patterns) in testmain() argument 50 Client::FPGA io(testDesc,patterns); in testmain()
|
D | README.md | 104 #### R5 : The test description shall list the test patterns and input patterns required by the tests 135 #### R12 : The tested function should not know where are the patterns and how to get them 168 The patterns, output of tests, parameters are also following a hierarchical structure. But they do … 193 A test is requiring input patterns, reference patterns and outputs (to be compared to the reference… 345 According to R12 and R15, tests do not know how to access patterns. It is a responsiblity implement… 347 IO is about loading patterns and dumping output. It is not about IO in general. 352 Patterns is the interface to patterns and output from the test point of view. 364 But it means that no test using patterns shoudl be used in the middle of the test or some part of i… 388 ### Generate the test patterns in Patterns folder 390 We have archived lot of test patterns on github. So this step is needed only if you write new test … [all …]
|
D | patterndata.c | 10 const char *patternData=(const char*)patterns;
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | CodeGen.py | 176 for p in root.patterns: 375 textFile.write("%d\n" % len(root.patterns)) 376 for (patid,patpath) in root.patterns: 766 self._write32(len(root.patterns),driverFile) 767 for (patid,patpath) in root.patterns:
|
D | NewParser.py | 174 … patterns = (Keyword("Pattern") + ident("ID") + ":" + path("path")).setParseAction(parseFile) 211 allPatterns = ZeroOrMore(patterns)
|
D | Parser.py | 37 self.patterns=[] 243 self.patterns.append((theId,thePath))
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | FPGA.h | 50 FPGA(const char *testDesc,const char *patterns);
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 223 "## The patterns\n", 229 …when you use the signal property, the speech patterns will return the content of the file but nois… 314 "The following code is generating the patterns used for the training of the ML model,.\n", 315 …"It is reading patterns for all the words we want to keep (from `to_keep` list) and it is aggregat… 317 …ting some random noise patterns.For the unknown class, the number of patterns will always be `file… 319 …patterns in a different order and for the unknown class, which is containing more than `files_per_… 321 …"Finally the patterns are also randomized so that the split between training and test patterns wil… 331 "# Add patterns we want to detect\n", 339 "# Add remaining patterns\n", 352 "patterns=[Pattern(x) for x in filenames]\n", [all …]
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | FPGA.cpp | 57 FPGA::FPGA(const char *testDesc,const char *patterns) in FPGA() argument 60 this->m_patterns=patterns; in FPGA()
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 962 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 969 # Note the list of default checked file patterns might differ from the list of 972 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 1051 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 1158 # patterns match the file name, INPUT_FILTER is applied. 2418 # patterns (like *.h and *.hpp) to filter out the header-files in the 2419 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|