mindstudio-probe 8.3.0__py3-none-any.whl → 8.3.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. {mindstudio_probe-8.3.0.dist-info → mindstudio_probe-8.3.1.dist-info}/METADATA +1 -1
  2. {mindstudio_probe-8.3.0.dist-info → mindstudio_probe-8.3.1.dist-info}/RECORD +37 -47
  3. msprobe/README.md +8 -5
  4. msprobe/core/common/const.py +17 -3
  5. msprobe/core/common/file_utils.py +64 -13
  6. msprobe/core/common/framework_adapter.py +10 -1
  7. msprobe/core/common/utils.py +17 -0
  8. msprobe/core/config_check/ckpt_compare/ckpt_comparator.py +6 -1
  9. msprobe/core/hook_manager.py +2 -16
  10. msprobe/core/service.py +5 -16
  11. msprobe/docs/01.installation.md +2 -0
  12. msprobe/docs/02.config_introduction.md +0 -13
  13. msprobe/docs/14.data_parse_PyTorch.md +2 -0
  14. msprobe/docs/21.visualization_PyTorch.md +1 -1
  15. msprobe/docs/25.tool_function_introduction.md +0 -1
  16. msprobe/docs/32.ckpt_compare.md +5 -5
  17. msprobe/mindspore/monitor/module_hook.py +17 -20
  18. msprobe/pytorch/api_accuracy_checker/common/config.py +3 -36
  19. msprobe/pytorch/api_accuracy_checker/compare/api_precision_compare.py +0 -24
  20. msprobe/pytorch/api_accuracy_checker/compare/compare.py +2 -12
  21. msprobe/pytorch/api_accuracy_checker/config.yaml +1 -6
  22. msprobe/pytorch/api_accuracy_checker/run_ut/multi_run_ut.py +34 -5
  23. msprobe/pytorch/api_accuracy_checker/run_ut/run_ut.py +12 -132
  24. msprobe/pytorch/common/utils.py +0 -70
  25. msprobe/pytorch/debugger/debugger_config.py +0 -10
  26. msprobe/pytorch/dump/module_dump/module_processer.py +18 -3
  27. msprobe/pytorch/hook_module/api_register.py +5 -1
  28. msprobe/pytorch/monitor/module_hook.py +16 -34
  29. msprobe/pytorch/pt_config.py +2 -51
  30. msprobe/pytorch/pytorch_service.py +2 -11
  31. msprobe/visualization/builder/graph_builder.py +2 -2
  32. msprobe/visualization/builder/graph_merger.py +13 -0
  33. msprobe/visualization/graph/graph.py +13 -9
  34. msprobe/docs/08.accuracy_checker_online_PyTorch.md +0 -295
  35. msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/__init__.py +0 -0
  36. msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/attl.py +0 -205
  37. msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/client.py +0 -378
  38. msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/device_dispatch.py +0 -239
  39. msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/dump_dispatch.py +0 -115
  40. msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/server.py +0 -250
  41. msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/torch_ops_config.yaml +0 -63
  42. msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/utils.py +0 -198
  43. msprobe/pytorch/attl_manager.py +0 -65
  44. {mindstudio_probe-8.3.0.dist-info → mindstudio_probe-8.3.1.dist-info}/LICENSE +0 -0
  45. {mindstudio_probe-8.3.0.dist-info → mindstudio_probe-8.3.1.dist-info}/WHEEL +0 -0
  46. {mindstudio_probe-8.3.0.dist-info → mindstudio_probe-8.3.1.dist-info}/entry_points.txt +0 -0
  47. {mindstudio_probe-8.3.0.dist-info → mindstudio_probe-8.3.1.dist-info}/top_level.txt +0 -0