Home
last modified time | relevance | path

Searched refs:add (Results 1 – 14 of 14) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/
Dpooling_settings.py90 model.add(keras.layers.InputLayer(input_shape=input_shape[1:], batch_size=self.batches))
92 model.add(
98 model.add(
Dconv_settings.py336 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)
DREADME.md52 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 | |
Dfully_connected_settings.py240 model.add(
244 model.add(fully_connected_layer)
Dsoftmax_settings.py152 model.add(keras.layers.Softmax(input_shape=input_shape))
/cmsis-nn-latest/Documentation/Doxygen/style_template/
Dversion.css57 /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the use…
Ddarkmode_toggle.js254 document.documentElement.classList.add("dark-mode")
259 document.documentElement.classList.add("light-mode")
Dextra_navtree.css87 padding-left: 10px; /*correction to add space before the first arrow in nav-tree */
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/
Dop_conv.py76 … 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/
Dlinker.ld231 * Remember to add each additional data section
278 * Remember to add each additional bss section
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1076 …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/
DLICENSE117 do not modify the License. You may add Your own attribution
123 You may add Your own copyright statement to Your modifications and
DREADME.md50 * If the variable names don't convey the action, then add comments.
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in357 # 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 …]