forked from OSSInnovation/mindspore
15 lines
393 B
JSON
15 lines
393 B
JSON
{
|
|
"DumpSettings": {
|
|
"net_name": "ResNet50",
|
|
"mode": 1,
|
|
"iteration": 0,
|
|
"kernels": ["Default/Conv2D-op2", "Default/TensorAdd-op10"]
|
|
},
|
|
|
|
"DumpSettingsSpec": {
|
|
"net_name": "net name eg:ResNet50",
|
|
"mode": "0: dump all kernels, 1: dump kernels in kernels list",
|
|
"iteration": "specified iteration ",
|
|
"kernels": "op's full scope name which need to be dump"
|
|
}
|
|
} |