src/plugins/intel_cpu/docs/debug_capabilities/ir_serialization.md
IR could be serialized at specified stages using environment variable OV_CPU_DUMP_IR:
OV_CPU_DUMP_IR=<space_separated_options> binary ...
Examples:
OV_CPU_DUMP_IR="transformations" binary ...
OV_CPU_DUMP_IR="transformations=snippets dir=path/dumpDir" binary ...
OV_CPU_DUMP_IR="transformations=all,-common dir=path/dumpdir formats=svg,xml" binary ...
Option names are case insensitive, the following options are supported:
Options are processed from left to right, so last one overwrites previous ones if duplicated.