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.

data_dump.json 393 B

5 years ago
123456789101112131415
  1. {
  2. "DumpSettings": {
  3. "net_name": "ResNet50",
  4. "mode": 1,
  5. "iteration": 0,
  6. "kernels": ["Default/Conv2D-op2", "Default/TensorAdd-op10"]
  7. },
  8. "DumpSettingsSpec": {
  9. "net_name": "net name eg:ResNet50",
  10. "mode": "0: dump all kernels, 1: dump kernels in kernels list",
  11. "iteration": "specified iteration ",
  12. "kernels": "op's full scope name which need to be dump"
  13. }
  14. }