AICPU
Usage |
python3 aicpu_generate_model.py --cores <core_num> -p <process_id> -t <npu_type> |
|---|---|
Parameter |
<core_num>: (Reserved) number of AI Cores of the Ascend AI Processor. The default value is 2. <process_id>: ID of the process for multi-process scheduling of operators generated in batches. The default value is 0, and you do not need to set this parameter. <npu_type>: hardware form. Currently, it supports the --help | -h: help information. |
Description |
Run the command to obtain a group of operator model files. The AICPU operator model file needs to be generated only once, and operators of all algorithms are generated. |