openvino/tools/cpu_dump_check/README.md

425 B

CPU Dump Check Tool

Compile CPU plugin with -DENABLE_DEBUG_CAPS=ON, then this tool allows:

  • dump each output tensors from CPU plugin:
python3 cpu_dump_check.py -m=/path/to/model dump1
  • comparing two dumps and analyze differences:
python3 cpu_dump_check.py -m=/path/to/model dump1 dump2
  • visualize first error map:
python3 cpu_dump_check.py -m=/path/to/model dump1 dump2 -v