Dump File Naming Conventions
The current version supports multiple comparison approaches. Keep the following naming conventions in mind when creating dump files and .npy files.
Data Type |
Naming Format |
---|---|
Dump data of the non-quantized offline model running on the Ascend AI Processor |
{op_type}.{op_name}.{task_id}.{timestamp} |
Dump data of the quantized offline model running on the Ascend AI Processor |
{op_type}.{op_name}.{task_id}.{timestamp} |
.npy file (Caffe or TensorFlow) |
{op_name}.{output_index}.{timestamp}.npy |
Where, op_type and op_name must comply with the A-Za-z0-9_- regular expression rule, timestamp is of 16 bits, and output_index and task_id are digits in the range 0–9.