Searched refs:e (Results 1 – 12 of 12) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/ |
D | unittest_targets.py | 123 except Exception as e: 124 error_handler(167, e) 184 except Exception as e: 185 error_handler(166, e) 209 except Exception as e: 210 error_handler(169, "serial exception: {}".format(e)) 383 except IndexError as e: 384 error_handler(174, e) 470 except IOError as e: 471 error_handler(170, e)
|
D | README.md | 70 Connect any HW (e.g. NUCLEO_F746ZG) that is supported by Arm Mbed OS. Multiple boards are supported… 125 The script use a concept of test data sets, i.e. it need a test set data name as input. It will the… 184 … same. They are not the same. All data can regenerated or only parts of it (e.g. only bias data). …
|
D | CMakeLists.txt | 33 option(BUILD_CMSIS_NN_UNIT "If building the unit tests from another project, i.e. \
|
D | test_settings.py | 306 except Exception as e: 555 except Exception as e:
|
D | model_extractor.py | 79 except Exception as e:
|
/cmsis-nn-latest/Documentation/Doxygen/src/ |
D | mainpage.md | 28 - Processors without Single Instruction Multiple Data(SIMD) capability (e.g, Cortex-M0) 29 - Processors with DSP extension (e.g Cortex-M4) 30 - Processors with Arm M-Profile Vector Extension(MVE) instructions (e.g Cortex-M55)
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/ |
D | test.py | 294 except Exception as e: 364 except Exception as e: 390 except Exception as e:
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | resize.js | 130 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } }); argument
|
D | extra_navtree.css | 112 .ui-resizable-e {
|
D | navtree.js | 69 catch(e) {
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 248 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 391 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 394 # definitions whose arguments contain STL classes (e.g. func(std::string); 442 # type (e.g. under the Public Functions section). Set it to NO to prevent 450 # are shown inside the group in which they are included (e.g. using \ingroup) 462 # the documentation of the scope in which they are defined (i.e. file, 617 # filesystem is case sensitive (i.e. it supports files in the same directory 1148 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). 1246 # tools must be available from the command line (i.e. in the search path). 1352 # that doxygen needs, which is dependent on the configuration options used (e.g. [all …]
|
/cmsis-nn-latest/ |
D | README.md | 98 The compiler option *'-fno-builtin'* does not utilize optimized implementations of e.g. memcpy and …
|