Home
last modified time | relevance | path

Searched full:steps (Results 1 – 8 of 8) sorted by relevance

/cmsis-nn-latest/.github/workflows/
Dgh-pages.yml29 url: ${{ steps.deployment.outputs.page_url }}
31 steps:
Dmicrospeech.yaml39 steps:
67 steps:
153 steps:
183 steps:
203 steps:
Dpack.yml18 steps:
Dpdsc.yml34 steps:
/cmsis-nn-latest/
Dgen_pack.sh78 # custom pre-processing steps
84 # add custom steps here to be executed
89 # custom post-processing steps
/cmsis-nn-latest/Tests/UnitTest/
DREADME.md133 The steps to add a new unit test are as follows. Add a new test test in the load_all_testdatasets()…
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1917 * For params->time major = false, all time steps are stored continously before the next batch, so
1941 * For params->time major = false, all time steps are stored continously before the next batch, so
Darm_nnfunctions.h53 * The convolution is implemented in 2 steps: im2col and General Matrix Multiplication(GEMM)