LICENSE
MANIFEST.in
README.md
setup.py
mindstudio_probe.egg-info/PKG-INFO
mindstudio_probe.egg-info/SOURCES.txt
mindstudio_probe.egg-info/dependency_links.txt
mindstudio_probe.egg-info/entry_points.txt
mindstudio_probe.egg-info/not-zip-safe
mindstudio_probe.egg-info/requires.txt
mindstudio_probe.egg-info/top_level.txt
msprobe/README.md
msprobe/__init__.py
msprobe/msprobe.py
msprobe/config/README.md
msprobe/config/config.json
msprobe/config/img/free_benchmark.png
msprobe/core/common_config.py
msprobe/core/common/const.py
msprobe/core/common/exceptions.py
msprobe/core/common/file_check.py
msprobe/core/common/log.py
msprobe/core/common/utils.py
msprobe/core/data_dump/data_collector.py
msprobe/core/data_dump/json_writer.py
msprobe/core/data_dump/scope.py
msprobe/core/data_dump/data_processor/base.py
msprobe/core/data_dump/data_processor/factory.py
msprobe/core/data_dump/data_processor/pytorch_processor.py
msprobe/mindspore/__init__.py
msprobe/mindspore/ms_config.py
msprobe/mindspore/task_handler_factory.py
msprobe/mindspore/debugger/__init__.py
msprobe/mindspore/debugger/debugger_config.py
msprobe/mindspore/debugger/precision_debugger.py
msprobe/mindspore/doc/dump.md
msprobe/mindspore/dump/__init__.py
msprobe/mindspore/dump/api_kbk_dump.py
msprobe/mindspore/dump/dump_tool_factory.py
msprobe/mindspore/dump/kernel_graph_dump.py
msprobe/mindspore/overflow_check/__init__.py
msprobe/mindspore/overflow_check/kernel_graph_overflow_check.py
msprobe/mindspore/overflow_check/overflow_check_tool_factory.py
msprobe/pytorch/__init__.py
msprobe/pytorch/module_processer.py
msprobe/pytorch/parse.py
msprobe/pytorch/pt_config.py
msprobe/pytorch/service.py
msprobe/pytorch/advisor/advisor.py
msprobe/pytorch/advisor/advisor_const.py
msprobe/pytorch/advisor/advisor_result.py
msprobe/pytorch/api_accuracy_checker/.keep
msprobe/pytorch/api_accuracy_checker/__init__.py
msprobe/pytorch/api_accuracy_checker/config.yaml
msprobe/pytorch/api_accuracy_checker/common/.keep
msprobe/pytorch/api_accuracy_checker/common/__init__.py
msprobe/pytorch/api_accuracy_checker/common/config.py
msprobe/pytorch/api_accuracy_checker/common/utils.py
msprobe/pytorch/api_accuracy_checker/compare/__init__.py
msprobe/pytorch/api_accuracy_checker/compare/algorithm.py
msprobe/pytorch/api_accuracy_checker/compare/api_precision_compare.py
msprobe/pytorch/api_accuracy_checker/compare/api_precision_standard.yaml
msprobe/pytorch/api_accuracy_checker/compare/api_precision_threshold.yaml
msprobe/pytorch/api_accuracy_checker/compare/compare.py
msprobe/pytorch/api_accuracy_checker/compare/compare_column.py
msprobe/pytorch/api_accuracy_checker/compare/compare_utils.py
msprobe/pytorch/api_accuracy_checker/run_ut/.keep
msprobe/pytorch/api_accuracy_checker/run_ut/__init__.py
msprobe/pytorch/api_accuracy_checker/run_ut/data_generate.py
msprobe/pytorch/api_accuracy_checker/run_ut/multi_run_ut.py
msprobe/pytorch/api_accuracy_checker/run_ut/run_overflow_check.py
msprobe/pytorch/api_accuracy_checker/run_ut/run_ut.py
msprobe/pytorch/api_accuracy_checker/run_ut/run_ut_utils.py
msprobe/pytorch/api_accuracy_checker/run_ut/torch_ut_setting.json
msprobe/pytorch/common/__init__.py
msprobe/pytorch/common/compare_script.template
msprobe/pytorch/common/log.py
msprobe/pytorch/common/parse_json.py
msprobe/pytorch/common/utils.py
msprobe/pytorch/compare/acc_compare.py
msprobe/pytorch/compare/distributed_compare.py
msprobe/pytorch/compare/highlight.py
msprobe/pytorch/compare/mapping.yaml
msprobe/pytorch/compare/match.py
msprobe/pytorch/compare/npy_compare.py
msprobe/pytorch/debugger/__init__.py
msprobe/pytorch/debugger/debugger_config.py
msprobe/pytorch/debugger/precision_debugger.py
msprobe/pytorch/doc/FAQ.md
msprobe/pytorch/doc/api_accuracy_checker.md
msprobe/pytorch/doc/atat精度工具数据dump标准性能基线报告.md
msprobe/pytorch/doc/dump.md
msprobe/pytorch/doc/parse_tool.md
msprobe/pytorch/doc/ptdbg_ascend_compare.md
msprobe/pytorch/doc/ptdbg_ascend_overview.md
msprobe/pytorch/doc/ptdbg_ascend_quickstart.md
msprobe/pytorch/doc/run_overflow_check.md
msprobe/pytorch/doc/在线精度比对.md
msprobe/pytorch/doc/img/BLOOM-7B_1.png
msprobe/pytorch/doc/img/BLOOM-7B_2.png
msprobe/pytorch/doc/img/BLOOM-7B_3.png
msprobe/pytorch/doc/img/BLOOM-7B_4.png
msprobe/pytorch/doc/img/GPT-3_1.png
msprobe/pytorch/doc/img/GPT-3_2.png
msprobe/pytorch/doc/img/GPT-3_3.png
msprobe/pytorch/doc/img/GPT-3_4.png
msprobe/pytorch/doc/img/GPT-3_5.png
msprobe/pytorch/doc/img/GPT-3_6.png
msprobe/pytorch/doc/img/GPT-3_7.png
msprobe/pytorch/doc/img/GPT-3_8.png
msprobe/pytorch/doc/img/YOLOV5S_1.png
msprobe/pytorch/doc/img/YOLOV5S_2.png
msprobe/pytorch/doc/img/accuracy_checking_details.png
msprobe/pytorch/doc/img/accuracy_checking_result.png
msprobe/pytorch/doc/img/api_precision_compare_details.png
msprobe/pytorch/doc/img/api_precision_compare_result.png
msprobe/pytorch/doc/img/auto_analyze_log.png
msprobe/pytorch/doc/img/compare_result_pkl.png
msprobe/pytorch/doc/img/compare_result_pkl_md5.png.png
msprobe/pytorch/doc/img/cpu_info.png
msprobe/pytorch/doc/img/module_compare.png
msprobe/pytorch/free_benchmark/__init__.py
msprobe/pytorch/free_benchmark/main.py
msprobe/pytorch/free_benchmark/common/__init__.py
msprobe/pytorch/free_benchmark/common/constant.py
msprobe/pytorch/free_benchmark/common/counter.py
msprobe/pytorch/free_benchmark/common/enums.py
msprobe/pytorch/free_benchmark/common/params.py
msprobe/pytorch/free_benchmark/common/utils.py
msprobe/pytorch/free_benchmark/compare/grad_saver.py
msprobe/pytorch/free_benchmark/compare/single_benchmark.py
msprobe/pytorch/free_benchmark/perturbed_layers/__init__.py
msprobe/pytorch/free_benchmark/perturbed_layers/base_layer.py
msprobe/pytorch/free_benchmark/perturbed_layers/layer_factory.py
msprobe/pytorch/free_benchmark/perturbed_layers/run_cpu.py
msprobe/pytorch/free_benchmark/perturbed_layers/npu/__init__.py
msprobe/pytorch/free_benchmark/perturbed_layers/npu/add_noise.py
msprobe/pytorch/free_benchmark/perturbed_layers/npu/bit_noise.py
msprobe/pytorch/free_benchmark/perturbed_layers/npu/change_value.py
msprobe/pytorch/free_benchmark/perturbed_layers/npu/improve_precision.py
msprobe/pytorch/free_benchmark/perturbed_layers/npu/no_change.py
msprobe/pytorch/free_benchmark/perturbed_layers/npu/npu_base_layser.py
msprobe/pytorch/free_benchmark/result_handlers/__init__.py
msprobe/pytorch/free_benchmark/result_handlers/base_handler.py
msprobe/pytorch/free_benchmark/result_handlers/check_handler.py
msprobe/pytorch/free_benchmark/result_handlers/fix_handler.py
msprobe/pytorch/free_benchmark/result_handlers/handler_factory.py
msprobe/pytorch/free_benchmark/result_handlers/preheat_handler.py
msprobe/pytorch/functional/__init__.py
msprobe/pytorch/functional/data_processor.py
msprobe/pytorch/functional/dump_module.py
msprobe/pytorch/hook_module/__init__.py
msprobe/pytorch/hook_module/api_registry.py
msprobe/pytorch/hook_module/hook_module.py
msprobe/pytorch/hook_module/support_wrap_ops.yaml
msprobe/pytorch/hook_module/utils.py
msprobe/pytorch/hook_module/wrap_aten.py
msprobe/pytorch/hook_module/wrap_distributed.py
msprobe/pytorch/hook_module/wrap_functional.py
msprobe/pytorch/hook_module/wrap_npu_custom.py
msprobe/pytorch/hook_module/wrap_tensor.py
msprobe/pytorch/hook_module/wrap_torch.py
msprobe/pytorch/hook_module/wrap_vf.py
msprobe/pytorch/online_dispatch/__init__.py
msprobe/pytorch/online_dispatch/compare.py
msprobe/pytorch/online_dispatch/dispatch.py
msprobe/pytorch/online_dispatch/dump_compare.py
msprobe/pytorch/online_dispatch/single_compare.py
msprobe/pytorch/online_dispatch/torch_ops_config.yaml
msprobe/pytorch/online_dispatch/utils.py
msprobe/pytorch/parse_tool/__init__.py
msprobe/pytorch/parse_tool/cli.py
msprobe/pytorch/parse_tool/lib/__init__.py
msprobe/pytorch/parse_tool/lib/compare.py
msprobe/pytorch/parse_tool/lib/config.py
msprobe/pytorch/parse_tool/lib/file_desc.py
msprobe/pytorch/parse_tool/lib/interactive_cli.py
msprobe/pytorch/parse_tool/lib/parse_exception.py
msprobe/pytorch/parse_tool/lib/parse_tool.py
msprobe/pytorch/parse_tool/lib/utils.py
msprobe/pytorch/parse_tool/lib/visualization.py
msprobe/test/run_test.sh
msprobe/test/run_ut.py
msprobe/test/test_module_processer.py
msprobe/test/core_ut/test_common_config.py
msprobe/test/core_ut/test_file_check.py
msprobe/test/core_ut/test_log.py
msprobe/test/core_ut/common/test_utils.py
msprobe/test/core_ut/data_dump/test_data_collector.py
msprobe/test/core_ut/data_dump/test_json_writer.py
msprobe/test/core_ut/data_dump/test_scope.py
msprobe/test/mindspore_ut/test_api_kbk_dump.py
msprobe/test/mindspore_ut/test_debugger_config.py
msprobe/test/mindspore_ut/test_dump_tool_factory.py
msprobe/test/mindspore_ut/test_kernel_graph_dump.py
msprobe/test/mindspore_ut/test_kernel_graph_overflow_check.py
msprobe/test/mindspore_ut/test_ms_config.py
msprobe/test/mindspore_ut/test_overflow_check_tool_factory.py
msprobe/test/mindspore_ut/test_precision_debugger.py
msprobe/test/mindspore_ut/test_task_handler_factory.py
msprobe/test/pytorch_ut/test_pt_config.py
msprobe/test/pytorch_ut/test_service.py
msprobe/test/pytorch_ut/advisor/test_advisor.py
msprobe/test/pytorch_ut/api_accuracy_checker/common/test_common_utils.py
msprobe/test/pytorch_ut/api_accuracy_checker/common/test_config.py
msprobe/test/pytorch_ut/api_accuracy_checker/compare/test_algorithm.py
msprobe/test/pytorch_ut/api_accuracy_checker/compare/test_api_precision_compare.py
msprobe/test/pytorch_ut/api_accuracy_checker/compare/test_compare.py
msprobe/test/pytorch_ut/api_accuracy_checker/compare/test_compare_column.py
msprobe/test/pytorch_ut/api_accuracy_checker/compare/test_compare_utils.py
msprobe/test/pytorch_ut/api_accuracy_checker/run_ut/dump.json
msprobe/test/pytorch_ut/api_accuracy_checker/run_ut/forward.json
msprobe/test/pytorch_ut/api_accuracy_checker/run_ut/test_data_generate.py
msprobe/test/pytorch_ut/api_accuracy_checker/run_ut/test_multi_run_ut.py
msprobe/test/pytorch_ut/api_accuracy_checker/run_ut/test_run_ut.py
msprobe/test/pytorch_ut/compare/test_acc_compare.py
msprobe/test/pytorch_ut/free_benchmark/test_main.py
msprobe/test/pytorch_ut/free_benchmark/perturbed_layers/test_perturbed_layser.py
msprobe/test/pytorch_ut/free_benchmark/result_handlers/test_result_handler.py
msprobe/test/pytorch_ut/functional/test_dump_module.py
msprobe/test/pytorch_ut/hook_module/test_api_registry.py
msprobe/test/pytorch_ut/hook_module/test_hook_module.py
msprobe/test/pytorch_ut/hook_module/test_wrap_aten.py
msprobe/test/pytorch_ut/hook_module/test_wrap_distributed.py
msprobe/test/pytorch_ut/hook_module/test_wrap_functional.py
msprobe/test/pytorch_ut/hook_module/test_wrap_tensor.py
msprobe/test/pytorch_ut/hook_module/test_wrap_torch.py
msprobe/test/pytorch_ut/hook_module/test_wrap_vf.py
msprobe/test/resources/advisor.txt
msprobe/test/resources/compare_result_20230703104808.csv
msprobe/test/resources/compare_result_without_accuracy.csv
msprobe/test/resources/config.yaml
msprobe/test/resources/npu_test.pkl