You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

e2e_dump_config.json 670 B

12345678910111213141516171819202122
  1. {
  2. "DumpSettings": {
  3. "enable": false,
  4. "trans_flag": false,
  5. "path": "/tmp/net/",
  6. "net_name": "ResNet50",
  7. "mode": 0,
  8. "iteration": 0,
  9. "kernels": ["Default/Conv2D-op2", "Default/TensorAdd-op10"]
  10. },
  11. "DumpSettingsSpec": {
  12. "enable": "true: dump enable, false: dump disable",
  13. "trans_flag": "true: trans to host format, false: not trans format",
  14. "path": "the dump file folder",
  15. "net_name": "net name eg:ResNet50",
  16. "mode": "0: dump all kernels, 1: dump kernels in kernels list",
  17. "iteration": "0: all iteration, others: specified iteration ",
  18. "kernels": "op's full scope name which need to be dump"
  19. },
  20. "other": {}
  21. }