Searched refs:weight (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | FullyConnected.cpp | 26 q7_t *weightp=weight.ptr(); in test_fully_connected_tflite_s8() 72 weight.reload(FullyConnected::WEIGHT1_S8_ID,mgr); in setUp() 94 weight.reload(FullyConnected::WEIGHT2_S8_ID,mgr); in setUp() 116 weight.reload(FullyConnected::WEIGHT3_S8_ID,mgr); in setUp() 140 weight.reload(FullyConnected::WEIGHT4_S8_ID,mgr); in setUp() 164 weight.reload(FullyConnected::WEIGHT5_S8_ID,mgr); in setUp() 192 weight.reload(FullyConnected::WEIGHT6_S8_ID,mgr); in setUp() 218 weight.reload(FullyConnected::WEIGHT7_S8_ID,mgr); in setUp() 244 weight.reload(FullyConnected::WEIGHT8_S8_ID,mgr); in setUp() 269 weight.reload(FullyConnected::WEIGHT9_S8_ID,mgr); in setUp() [all …]
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | extra_tabs.css | 12 font-weight: 800; 51 font-weight: 1000; 58 font-weight: 600;
|
D | extra_stylesheet.css | 439 font-weight:bold; 466 font-weight: normal; 576 font-weight: bold; 641 font-weight: bold; 745 font-weight: bold; 780 font-weight: bold; 787 font-weight: bold; 840 font-weight: bold; 844 font-weight: bold; 907 font-weight: bold; [all …]
|
D | search.css | 21 font-weight: normal; 228 font-weight: bold; 287 font-weight: bold;
|
D | extra_navtree.css | 72 font-weight: bold;
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | FullyConnectedBench.cpp | 55 weight.reload(FullyConnectedBench::WEIGHT13_S8_ID,mgr); in setUp() 64 this->weightp=weight.ptr(); in setUp()
|
/cmsis-dsp-latest/Testing/Include/Tests/ |
D | FullyConnected.h | 25 Client::Pattern<q7_t> weight; variable
|
/cmsis-dsp-latest/Testing/Include/Benchmarks/ |
D | FullyConnectedBench.h | 15 Client::Pattern<q7_t> weight; variable
|