Searched refs:add (Results 1 – 14 of 14) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/ |
D | pooling_settings.py | 90 model.add(keras.layers.InputLayer(input_shape=input_shape[1:], batch_size=self.batches)) 92 model.add( 98 model.add(
|
D | conv_settings.py | 336 model.add(keras.layers.InputLayer(input_shape=input_shape[1:], batch_size=self.batches)) 346 model.add(conv_layer) 359 model.add(depthwise_layer) 373 model.add(transposed_conv_layer)
|
D | README.md | 52 Remember to add the built flatc binary to the path. 126 …ld be updated to use the new data set. See overview of the folders on how/where to add new c files. 128 The steps to add a new unit test are as follows. Add a new test test in the load_all_testdatasets()… 145 | add | x | x | 169 | add | x | |
|
D | fully_connected_settings.py | 240 model.add( 244 model.add(fully_connected_layer)
|
D | softmax_settings.py | 152 model.add(keras.layers.Softmax(input_shape=input_shape))
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | version.css | 57 /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the use…
|
D | darkmode_toggle.js | 254 document.documentElement.classList.add("dark-mode") 259 document.documentElement.classList.add("light-mode")
|
D | extra_navtree.css | 87 padding-left: 10px; /*correction to add space before the first arrow in nav-tree */
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/ |
D | op_conv.py | 76 … model.add(keras.layers.InputLayer(input_shape=input_shape[1:], batch_size=params["batch_size"])) 86 model.add(conv_layer)
|
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/ |
D | linker.ld | 231 * Remember to add each additional data section 278 * Remember to add each additional bss section
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1076 …NE void read_pad_and_add_s8(const int8_t *source, int32_t *out1, int32_t *out2, const uint32_t add) in read_pad_and_add_s8() argument 1079 int32_t inAbuf1 = SXTAB16_RORn(add, (uint32_t)inA, 8); in read_pad_and_add_s8() 1080 int32_t inAbuf2 = SXTAB16(add, inA); in read_pad_and_add_s8() 1104 …ATIC_FORCEINLINE void read_pad_and_add_s8x2(const int8_t *source, int32_t *out, const uint32_t add) in read_pad_and_add_s8x2() argument 1108 *out = SXTAB16(add, inA); in read_pad_and_add_s8x2()
|
/cmsis-nn-latest/ |
D | LICENSE | 117 do not modify the License. You may add Your own attribution 123 You may add Your own copyright statement to Your modifications and
|
D | README.md | 50 * If the variable names don't convey the action, then add comments.
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 357 # the files are not read by doxygen. When specifying no_extension you should add 435 # is disabled and one has to add nested compounds explicitly via \ingroup. 658 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each 1118 # Note that the filter must not add or remove lines; it is applied before the 1275 # tag is set to YES then doxygen will add the directory of each input to the 1584 # file. You can add a path in front of the file if the result should not be 1619 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1661 # filter to add. For more information please see Qt Help Project / Custom 1669 # custom filter to add. For more information please see Qt Help Project / Custom 2114 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode [all …]
|