From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/NN/html/search/variables_1.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/NN/html/search/variables_1.js (limited to 'docs/NN/html/search/variables_1.js') diff --git a/docs/NN/html/search/variables_1.js b/docs/NN/html/search/variables_1.js new file mode 100644 index 0000000..fe8c679 --- /dev/null +++ b/docs/NN/html/search/variables_1.js @@ -0,0 +1,10 @@ +var searchData= +[ + ['col_5fbuffer',['col_buffer',['../arm__nnexamples__cifar10_8cpp.html#a1f988afc6d7fe29ded1eafbf79a70386',1,'arm_nnexamples_cifar10.cpp']]], + ['conv1_5fbias',['conv1_bias',['../arm__nnexamples__cifar10_8cpp.html#a2dd28923edd6ae13ec6e61e1d876650c',1,'arm_nnexamples_cifar10.cpp']]], + ['conv1_5fwt',['conv1_wt',['../arm__nnexamples__cifar10_8cpp.html#a230b7412ffaaa297340ddcb49c828b4b',1,'arm_nnexamples_cifar10.cpp']]], + ['conv2_5fbias',['conv2_bias',['../arm__nnexamples__cifar10_8cpp.html#a686e558e4de77f778c775c9f0c9866d0',1,'arm_nnexamples_cifar10.cpp']]], + ['conv2_5fwt',['conv2_wt',['../arm__nnexamples__cifar10_8cpp.html#a52875a8218c39da056e6d5bfb2030230',1,'arm_nnexamples_cifar10.cpp']]], + ['conv3_5fbias',['conv3_bias',['../arm__nnexamples__cifar10_8cpp.html#a70b571cac288e0d371eb9f5e7c3ccbdd',1,'arm_nnexamples_cifar10.cpp']]], + ['conv3_5fwt',['conv3_wt',['../arm__nnexamples__cifar10_8cpp.html#a174a146d0ffaa32b073c84d95c489fed',1,'arm_nnexamples_cifar10.cpp']]] +]; -- cgit