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 |
Remarks |
|---|---|---|
Dump data of the non-quantized offline model running on the Ascend AI Processor |
{op_type}.{op_name}.{task_id}.{stream_id}.{timestamp} |
op_type and op_name must comply with the A-Za-z0-9_- regular expression rule, timestamp is of 16 bits, and output_index, task_id, and stream_id are digits in the range 0–9. |
Dump data of the quantized offline model running on the Ascend AI Processor |
||
.npy file (Caffe/TensorFlow/ONNX) |
{op_name}.{output_index}.{timestamp}.npy |
Parent topic: Data Preparation