Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/Testing/Source/Tests/
DFullyConnected.cpp26 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/
Dextra_tabs.css12 font-weight: 800;
51 font-weight: 1000;
58 font-weight: 600;
Dextra_stylesheet.css439 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 …]
Dsearch.css21 font-weight: normal;
228 font-weight: bold;
287 font-weight: bold;
Dextra_navtree.css72 font-weight: bold;
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DFullyConnectedBench.cpp55 weight.reload(FullyConnectedBench::WEIGHT13_S8_ID,mgr); in setUp()
64 this->weightp=weight.ptr(); in setUp()
/cmsis-dsp-latest/Testing/Include/Tests/
DFullyConnected.h25 Client::Pattern<q7_t> weight; variable
/cmsis-dsp-latest/Testing/Include/Benchmarks/
DFullyConnectedBench.h15 Client::Pattern<q7_t> weight; variable