Command-Line Option Overview
OPC Option |
Description |
Required |
Default Value |
|---|---|---|---|
Displays help information. |
No |
N/A |
|
Specifies the absolute or relative path where the operator information file exported by the dump tool is stored. |
Yes (Select --op_params_dir or ) |
N/A |
|
Specifies the kernel name of the operator. Only debug build compilation is supported. This option must be used together with the --op_debug_config option. |
Yes (Select --op_params_dir or ) |
N/A |
|
Specifies the number of working processes during compilation. The minimum value is 1. |
No |
16 |
|
This option can be set to tune, indicating that the tuning mode is enabled and the tuning and compilation process is executed. When this option is not used, the default compilation process is executed. |
No |
N/A |
|
Specifies the absolute or relative path of the output installation package, including the path and name of the installation package, for example, xxx/xxx/xxx.run. |
No |
static_kernel_${datatime}.run/debug_kernel_${datatime}.run file (generated in the current path where the tool is executed) |
|
Specifies the model of the AI processor during operator compilation. |
Yes (required only when the operator compilation function is executed) |
N/A |
|
Specifies the log level during operator compilation. |
No |
null |
|
Counts the number of operator information .json files in the directory specified by --op_params_dir. |
No |
N/A |
|
Specifies the path and name of the debugging configuration file. The path can be an absolute path or a relative path. |
No |
N/A |