Searched full:generate (Results 1 – 25 of 81) sorted by relevance
1234
/cmsis-dsp-latest/Testing/TestScripts/ |
D | CodeGen.py | 41 Generate include files, cpp files, and .txt files for test control 50 Used to generate include file in fpag mode 65 """ Generate header definition for a group of tests 86 # Generate initializer for the constructors 99 # Generate initialization code for the constructor 111 # Generate member variables for the groups and the suites 126 """ Generate source definition for suite 144 # Generate constructor for the class 160 # Generate the suite constructor. 163 # Generate specific header file for this suite [all …]
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Tools.py | 53 # Tools to generate pattern files 198 str : path to the file where to generate the pattern data 213 str : path to the file where to generate the pattern data 229 str : path to the file where to generate the pattern data 244 str : path to the file where to generate the pattern data 259 str : path to the file where to generate the pattern data 274 str : path to the file where to generate the pattern data 290 str : path to the file where to generate the pattern data 305 str : path to the file where to generate the pattern data 320 str : path to the file where to generate the pattern data [all …]
|
D | Bayes.py | 45 # Generate random points distributed around one cluster. 60 # Generate test patterns for this classifier 108 # Generate a test pattern for this classifier
|
D | Interpolate.py | 50 # Generate reference value for bilinear instance 58 # Now we generate other points. The points where we want to evaluate
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | template.md | 18 When the function is used with a `float32_t *`, the compiler would generate code for a function usi… 20 And if the function is used with a `float64_t *`, the compiler would generate code for a function u… 22 The generic `arm_add` source code is a template used to generate different implementations. It is l… 24 And if the compiler is unable to generate an implementation because the type variable `T` is replac… 41 …. For a template algorithm using any kind of vector, the compiler would generate different code fo…
|
D | memory_static_dynamic.md | 18 …cts is that the dimension is known at build time. The compiler can thus generate an algorithm that… 22 …ifferent dimension are considered as different types. The compiler will generate different impleme… 28 … is generating only one implementation for all those objects. It cannot generate specialized imple…
|
D | code_size.md | 5 A template algorithm is like a code generator that will generate different code for different value… 7 If you use a template algorithm with different vector datatypes, it will generate different code fo…
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 104 # information to generate all constant output in the proper language. 155 # doxygen will generate a detailed section even if there is only a brief 197 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but 290 # only. Doxygen will then generate output that is more tailored for C. For 298 # Python sources only. Doxygen will then generate output that is more tailored 306 # sources. Doxygen will then generate output that is tailored for Fortran. 312 # sources. Doxygen will then generate output that is tailored for VHDL. 318 # sources only. Doxygen will then generate output that is more tailored for that 759 # list will mention the files that were used to generate the documentation. 832 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate [all …]
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_mfcc_init_f16.c | 75 to generate the filter, dct and window arrays. 205 to generate the filter, dct and window arrays. 234 to generate the filter, dct and window arrays. 263 to generate the filter, dct and window arrays. 292 to generate the filter, dct and window arrays. 321 to generate the filter, dct and window arrays. 350 to generate the filter, dct and window arrays. 379 to generate the filter, dct and window arrays. 408 to generate the filter, dct and window arrays.
|
D | arm_mfcc_init_f32.c | 75 to generate the filter, dct and window arrays. 205 to generate the filter, dct and window arrays. 234 to generate the filter, dct and window arrays. 263 to generate the filter, dct and window arrays. 292 to generate the filter, dct and window arrays. 321 to generate the filter, dct and window arrays. 350 to generate the filter, dct and window arrays. 379 to generate the filter, dct and window arrays. 408 to generate the filter, dct and window arrays.
|
D | arm_mfcc_init_q15.c | 74 to generate the filter, dct and window arrays. 204 to generate the filter, dct and window arrays. 233 to generate the filter, dct and window arrays. 262 to generate the filter, dct and window arrays. 291 to generate the filter, dct and window arrays. 320 to generate the filter, dct and window arrays. 349 to generate the filter, dct and window arrays. 378 to generate the filter, dct and window arrays. 407 to generate the filter, dct and window arrays.
|
D | arm_mfcc_init_q31.c | 75 to generate the filter, dct and window arrays. 206 to generate the filter, dct and window arrays. 235 to generate the filter, dct and window arrays. 264 to generate the filter, dct and window arrays. 293 to generate the filter, dct and window arrays. 322 to generate the filter, dct and window arrays. 351 to generate the filter, dct and window arrays. 380 to generate the filter, dct and window arrays. 409 to generate the filter, dct and window arrays.
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 20 Once you have cloned the right version and installed the Python packages, you need to generate some… 40 …eed to execute this function. No need to redo all the previous steps to generate all the missing f… 50 * `buildsolution.sh` is converting the solution file, using `csolution`, to generate the `.cprj` f… 91 to generate code, format output etc ... 224 In the benchmark results, we may want to generate a CSV (or any other format) with different column… 350 …stdout. The inputs of tests are in C array. The script processTest.py will generate those C arrays. 388 ### Generate the test patterns in Patterns folder 396 ### Generate the cpp,h and txt files from the desc.txt file 427 You can pass a C++ class to specifiy that you want to generate tests only for a specific group or s… 437 The very first time you configure the test framework, you'll need to generate C files for all the t… [all …]
|
D | processTests.py | 37 # Generate code with the tree of tests
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BasicTestsF16.cpp | 322 // Must be coherent with Python script used to generate test patterns in setUp() 331 // Must be coherent with Python script used to generate test patterns in setUp() 340 // Must be coherent with Python script used to generate test patterns in setUp()
|
D | BasicTestsF32.cpp | 313 // Must be coherent with Python script used to generate test patterns in setUp() 321 // Must be coherent with Python script used to generate test patterns in setUp() 329 // Must be coherent with Python script used to generate test patterns in setUp()
|
D | BasicTestsF64.cpp | 313 // Must be coherent with Python script used to generate test patterns in setUp() 321 // Must be coherent with Python script used to generate test patterns in setUp() 329 // Must be coherent with Python script used to generate test patterns in setUp()
|
/cmsis-dsp-latest/ |
D | README.md | 136 …ml` describing how to build the examples for several platforms. It will generate lots of `.cprj` f… 265 * Script to generate some coefficient tables used by CMSIS-DSP 274 Some files are needed to generate the PythonWrapper:
|
/cmsis-dsp-latest/Scripts/ |
D | README.md | 4 Python scripts to generate C arrays used in implementation of some algorithms.
|
/cmsis-dsp-latest/.github/workflows/ |
D | pack.yml | 16 name: Generate pack
|
D | runtest.yaml | 71 echo "Generate missing CPP headers"
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | index.rst | 17 * :doc:`mfcc.py <mfcc>` is generating some tools to generate the MEL filters, DCT and window coeffi…
|
/cmsis-dsp-latest/Examples/cmsis_build/projects/RTE/Device/ARMCM0P/ |
D | regions_ARMCM0P.h | 8 // <i>Device pack used to generate this file
|
/cmsis-dsp-latest/Examples/cmsis_build/projects/RTE/Device/ARMCM7_DP/ |
D | regions_ARMCM7_DP.h | 8 // <i>Device pack used to generate this file
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM0P/ |
D | regions_ARMCM0P.h | 8 // <i>Device pack used to generate this file
|
1234