Searched full:pack (Results 1 – 10 of 10) sorted by relevance
/cmsis-nn-latest/ |
D | gen_pack.sh | 4 # This bash script generates a CMSIS-NN Software Pack: 9 # Set version of gen pack library 10 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags. 17 # Pack warehouse directory - destination 22 # Temporary pack build directory, 27 # Specify directory names to be added to pack base directory 37 # Specify file names to be added to pack base directory 45 # Specify file names to be deleted from pack build directory 85 # before populating the pack build folder 95 # Set component version to match pack version [all …]
|
D | ARM.CMSIS-NN.pdsc | 3 …ocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.36/schema/PAC… 13 <url>https://www.keil.com/pack/</url>
|
/cmsis-nn-latest/.github/workflows/ |
D | pack.yml | 1 name: Build documentation and pack 15 pack: 16 name: Generate pack 27 - uses: Open-CMSIS-Pack/gen-pack-action@main 33 gen-pack-script: ./gen_pack.sh --no-preprocess 34 gen-pack-output: ./output
|
D | microspeech.yaml | 23 workflows: ["Build documentation and pack"] 82 - name: Download pack from upstream workflow 98 cp artifact/ARM.CMSIS-NN.*.pack ../Platform_FVP_Corstone_SSE-300_Ethos-U55/ 100 - name: Download latest release pack 105 …gh -R ${{ github.repository }} release download -p "*.pack" -D Platform_FVP_Corstone_SSE-300_Ethos… 116 basename $(ls Platform_FVP_Corstone_SSE-300_Ethos-U55/ARM.CMSIS-NN.*.pack) | \ 156 + cpackget add ARM.CMSIS-NN.*.pack
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | gen_doc.sh | 30 # Set version of gen pack library 31 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags. 68 # Set GEN_PACK_LIB_PATH to use a specific gen-pack library root 70 if [[ -f "${GEN_PACK_LIB_PATH}/gen-pack" ]]; then 71 . "${GEN_PACK_LIB_PATH}/gen-pack" 73 . <(curl -sL "https://raw.githubusercontent.com/Open-CMSIS-Pack/gen-pack/main/bootstrap")
|
/cmsis-nn-latest/Documentation/Doxygen/src/ |
D | mainpage.md | 34 ## Access to CMSIS-NN {#pack} 36 …SIS-NN pack**](https://www.keil.arm.com/packs/cmsis-nn-arm/versions/) in the [CMSIS-Pack format](h…
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | conv_settings.py | 299 # Pack weights 423 …self.weight_data_file_prefix, interpreter.get_tensor(filter_layer['index']), pack=self.int4_weight…
|
D | fully_connected_settings.py | 286 …self.weight_data_file_prefix, interpreter.get_tensor(filter_layer['index']), pack=self.int4_weight…
|
D | test_settings.py | 366 def generate_c_array(self, name, array, datatype="int8_t", const="const ", pack=False) -> None: argument 381 if pack:
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 95 * @brief definition to pack four 8 bit values. 102 * @brief definition to pack two 16 bit values.
|