Home
last modified time | relevance | path

Searched refs:e (Results 1 – 12 of 12) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/
Dunittest_targets.py123 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)
DREADME.md70 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). …
DCMakeLists.txt33 option(BUILD_CMSIS_NN_UNIT "If building the unit tests from another project, i.e. \
Dtest_settings.py306 except Exception as e:
555 except Exception as e:
Dmodel_extractor.py79 except Exception as e:
/cmsis-nn-latest/Documentation/Doxygen/src/
Dmainpage.md28 - 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/
Dtest.py294 except Exception as e:
364 except Exception as e:
390 except Exception as e:
/cmsis-nn-latest/Documentation/Doxygen/style_template/
Dresize.js130 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } }); argument
Dextra_navtree.css112 .ui-resizable-e {
Dnavtree.js69 catch(e) {
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in248 # 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/
DREADME.md98 The compiler option *'-fno-builtin'* does not utilize optimized implementations of e.g. memcpy and …