LICENSE
MANIFEST.in
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/CMakeLists.txt
msprobe/README.md
msprobe/__init__.py
msprobe/config.json
msprobe/msprobe.py
msprobe/core/__init__.py
msprobe/core/common_config.py
msprobe/core/hook_manager.py
msprobe/core/service.py
msprobe/core/advisor/advisor.py
msprobe/core/advisor/advisor_const.py
msprobe/core/advisor/advisor_result.py
msprobe/core/common/const.py
msprobe/core/common/db_manager.py
msprobe/core/common/decorator.py
msprobe/core/common/exceptions.py
msprobe/core/common/file_utils.py
msprobe/core/common/framework_adapter.py
msprobe/core/common/global_lock.py
msprobe/core/common/inplace_op_checker.py
msprobe/core/common/inplace_ops.yaml
msprobe/core/common/log.py
msprobe/core/common/megatron_utils.py
msprobe/core/common/parallel_state.py
msprobe/core/common/runtime.py
msprobe/core/common/utils.py
msprobe/core/compare/acc_compare.py
msprobe/core/compare/check.py
msprobe/core/compare/compare_cli.py
msprobe/core/compare/config.py
msprobe/core/compare/highlight.py
msprobe/core/compare/ms_to_pt_api.yaml
msprobe/core/compare/multiprocessing_compute.py
msprobe/core/compare/npy_compare.py
msprobe/core/compare/utils.py
msprobe/core/compare/diff_analyze/__init__.py
msprobe/core/compare/diff_analyze/diff_analyze_threshold.yaml
msprobe/core/compare/diff_analyze/first_diff_analyze.py
msprobe/core/compare/find_first/__init__.py
msprobe/core/compare/find_first/analyzer.py
msprobe/core/compare/find_first/data_processor.py
msprobe/core/compare/find_first/graph.py
msprobe/core/compare/find_first/utils.py
msprobe/core/compare/layer_mapping/__init__.py
msprobe/core/compare/layer_mapping/data_scope_parser.py
msprobe/core/compare/layer_mapping/layer_mapping.py
msprobe/core/compare/layer_mapping/postprocess_pass.py
msprobe/core/compare/merge_result/merge_result.py
msprobe/core/compare/merge_result/merge_result_cli.py
msprobe/core/compare/merge_result/utils.py
msprobe/core/config_check/__init__.py
msprobe/core/config_check/config_check_cli.py
msprobe/core/config_check/config_checker.py
msprobe/core/config_check/checkers/__init__.py
msprobe/core/config_check/checkers/base_checker.py
msprobe/core/config_check/checkers/dataset_checker.py
msprobe/core/config_check/checkers/env_args_checker.py
msprobe/core/config_check/checkers/hyperparameter_checker.py
msprobe/core/config_check/checkers/pip_checker.py
msprobe/core/config_check/checkers/random_checker.py
msprobe/core/config_check/checkers/weights_checker.py
msprobe/core/config_check/ckpt_compare/ckpt_comparator.py
msprobe/core/config_check/ckpt_compare/megatron_loader.py
msprobe/core/config_check/ckpt_compare/metrics.py
msprobe/core/config_check/ckpt_compare/name_mapping.yaml
msprobe/core/config_check/resource/dependency.yaml
msprobe/core/config_check/resource/env.yaml
msprobe/core/config_check/resource/hyperparameter.yaml
msprobe/core/config_check/utils/hyperparameter_parser.py
msprobe/core/config_check/utils/utils.py
msprobe/core/data_dump/api_registry.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/mindspore_processor.py
msprobe/core/data_dump/data_processor/pytorch_processor.py
msprobe/core/debugger/precision_debugger.py
msprobe/core/grad_probe/__init__.py
msprobe/core/grad_probe/constant.py
msprobe/core/grad_probe/grad_compare.py
msprobe/core/grad_probe/utils.py
msprobe/core/kernel_dump/kernel_config.py
msprobe/core/monitor/__init__.py
msprobe/core/monitor/anomaly_processor.py
msprobe/core/monitor/csv2db.py
msprobe/core/monitor/db_utils.py
msprobe/core/monitor/utils.py
msprobe/core/overflow_check/abnormal_scene.py
msprobe/core/overflow_check/api_info.py
msprobe/core/overflow_check/checker.py
msprobe/core/overflow_check/filter.py
msprobe/core/overflow_check/ignore_rules.yaml
msprobe/core/overflow_check/level.py
msprobe/core/overflow_check/utils.py
msprobe/core/single_save/__init__.py
msprobe/core/single_save/single_comparator.py
msprobe/core/single_save/single_saver.py
msprobe/docs/01.installation.md
msprobe/docs/02.config_introduction.md
msprobe/docs/03.config_examples.md
msprobe/docs/04.kernel_dump_PyTorch.md
msprobe/docs/05.data_dump_PyTorch.md
msprobe/docs/06.data_dump_MindSpore.md
msprobe/docs/07.accuracy_checker_PyTorch.md
msprobe/docs/08.accuracy_checker_online_PyTorch.md
msprobe/docs/09.accuracy_checker_MindSpore.md
msprobe/docs/10.accuracy_compare_PyTorch.md
msprobe/docs/11.accuracy_compare_MindSpore.md
msprobe/docs/12.overflow_check_PyTorch.md
msprobe/docs/13.overflow_check_MindSpore.md
msprobe/docs/14.data_parse_PyTorch.md
msprobe/docs/15.free_benchmarking_PyTorch.md
msprobe/docs/16.free_benchmarking_MindSpore.md
msprobe/docs/17.grad_probe.md
msprobe/docs/18.online_dispatch.md
msprobe/docs/19.monitor.md
msprobe/docs/20.monitor_performance_baseline.md
msprobe/docs/21.visualization_PyTorch.md
msprobe/docs/22.visualization_MindSpore.md
msprobe/docs/23.generate_operator_PyTorch.md
msprobe/docs/24.code_mapping_Mindspore.md
msprobe/docs/25.tool_function_introduction.md
msprobe/docs/26.data_dump_PyTorch_baseline.md
msprobe/docs/27.dump_json_instruction.md
msprobe/docs/28.debugger_save_instruction.md
msprobe/docs/28.kernel_dump_MindSpore.md
msprobe/docs/29.data_dump_MSAdapter.md
msprobe/docs/30.overflow_check_MSAdapter.md
msprobe/docs/31.config_check.md
msprobe/docs/32.ckpt_compare.md
msprobe/docs/33.generate_operator_MindSpore.md
msprobe/docs/34.RL_collect.md
msprobe/docs/35.nan_analyze.md
msprobe/docs/36.calculation_result_change.md
msprobe/docs/FAQ.md
msprobe/docs/S02.report_free_benchmarking_validation_performance_baseline.md
msprobe/docs/accuracy_checker_MindSpore/accuracy_checker_MindSpore_baseline.md
msprobe/docs/data_dump_MindSpore/data_dump_MindSpore_baseline.md
msprobe/docs/data_dump_MindSpore/dynamic_graph_quick_start_example.md
msprobe/docs/img/BLOOM-7B_1.png
msprobe/docs/img/BLOOM-7B_2.png
msprobe/docs/img/BLOOM-7B_3.png
msprobe/docs/img/BLOOM-7B_4.png
msprobe/docs/img/GPT-3_1.png
msprobe/docs/img/GPT-3_2.png
msprobe/docs/img/GPT-3_3.png
msprobe/docs/img/GPT-3_4.png
msprobe/docs/img/GPT-3_5.png
msprobe/docs/img/GPT-3_6.png
msprobe/docs/img/GPT-3_7.png
msprobe/docs/img/GPT-3_8.png
msprobe/docs/img/YOLOV5S_1.png
msprobe/docs/img/YOLOV5S_2.png
msprobe/docs/img/accuracy_checking_details.png
msprobe/docs/img/accuracy_checking_result.png
msprobe/docs/img/api_precision_compare_details.png
msprobe/docs/img/api_precision_compare_result.png
msprobe/docs/img/auto_analyze_log.png
msprobe/docs/img/compare_result.png
msprobe/docs/img/compare_result_pkl.png
msprobe/docs/img/compare_result_pkl_md5.png.png
msprobe/docs/img/cpu_info.png
msprobe/docs/img/free_benchmark.png
msprobe/docs/img/free_benchmark_framework.png
msprobe/docs/img/grad_probe_image-1.png
msprobe/docs/img/grad_probe_image-2.png
msprobe/docs/img/grad_probe_image-3.png
msprobe/docs/img/grad_probe_image-4.png
msprobe/docs/img/grad_probe_image.png
msprobe/docs/img/merge_result.png
msprobe/docs/img/module_compare.png
msprobe/docs/img/ms_dump.png
msprobe/docs/img/ms_layer.png
msprobe/docs/img/pt_dump.png
msprobe/docs/img/save_compare_result_sample.png
msprobe/docs/img/monitor/cpu_info.png
msprobe/docs/img/monitor/step_count_per_record.png
msprobe/docs/img/visualization/fuzzy_match_ms.png
msprobe/docs/img/visualization/fuzzy_match_pt.png
msprobe/docs/img/visualization/proxy.png
msprobe/docs/img/visualization/tensorboard_1.png
msprobe/docs/img/visualization/tensorboard_2.png
msprobe/docs/img/visualization/vis_browser_1.png
msprobe/docs/img/visualization/vis_browser_2.png
msprobe/docs/img/visualization/vis_match_info.png
msprobe/docs/img/visualization/vis_precision_info.png
msprobe/docs/img/visualization/vis_search_info.png
msprobe/docs/img/visualization/vis_show_info.png
msprobe/docs/img/visualization/vis_showcase.png
msprobe/docs/img/visualization/vis_unmatch_info.png
msprobe/docs/visualization/GPTModel.png
msprobe/docs/visualization/ParallelMLP.png
msprobe/docs/visualization/layer_mapping_example.md
msprobe/docs/visualization/mapping.png
msprobe/docs/visualization/mapping1.png
msprobe/docs/visualization/mindspeed_llamafactory_mapping.md
msprobe/docs/visualization/module_name.png
msprobe/docs/visualization/module_name1.png
msprobe/docs/visualization/no_mapping.png
msprobe/docs/visualization/no_mapping1.png
msprobe/docs/visualization/no_mapping_analyze.png
msprobe/docs/visualization/top_layer.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/1.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/2.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/3.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/4.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/5.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/6.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/7.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/llamafactory-qwen25vl.txt
msprobe/docs/visualization/mindspeed_llamafactoary_img/llamafactory1.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/llamafactory2.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/mindspeed-mm-qwen25vl.txt
msprobe/docs/visualization/mindspeed_llamafactoary_img/mindspeed1.png
msprobe/docs/visualization/mindspeed_llamafactoary_img/mindspeed2.png
msprobe/mindspore/__init__.py
msprobe/mindspore/cell_processor.py
msprobe/mindspore/mindspore_service.py
msprobe/mindspore/ms_config.py
msprobe/mindspore/task_handler_factory.py
msprobe/mindspore/api_accuracy_checker/__init__.py
msprobe/mindspore/api_accuracy_checker/api_accuracy_checker.py
msprobe/mindspore/api_accuracy_checker/api_info.py
msprobe/mindspore/api_accuracy_checker/api_runner.py
msprobe/mindspore/api_accuracy_checker/base_compare_algorithm.py
msprobe/mindspore/api_accuracy_checker/checker_support_api.yaml
msprobe/mindspore/api_accuracy_checker/cmd_parser.py
msprobe/mindspore/api_accuracy_checker/compute_element.py
msprobe/mindspore/api_accuracy_checker/data_manager.py
msprobe/mindspore/api_accuracy_checker/main.py
msprobe/mindspore/api_accuracy_checker/multi_api_accuracy_checker.py
msprobe/mindspore/api_accuracy_checker/multi_data_manager.py
msprobe/mindspore/api_accuracy_checker/torch_mindtorch_importer.py
msprobe/mindspore/api_accuracy_checker/type_mapping.py
msprobe/mindspore/api_accuracy_checker/utils.py
msprobe/mindspore/api_accuracy_checker/bench_functions/flash_attention_score.py
msprobe/mindspore/api_accuracy_checker/bench_functions/fusion_operator.py
msprobe/mindspore/api_accuracy_checker/generate_op_script/op_generator.py
msprobe/mindspore/api_accuracy_checker/generate_op_script/operator_replication.template
msprobe/mindspore/code_mapping/__init__.py
msprobe/mindspore/code_mapping/bind.py
msprobe/mindspore/code_mapping/cmd_parser.py
msprobe/mindspore/code_mapping/graph.py
msprobe/mindspore/code_mapping/graph_parser.py
msprobe/mindspore/code_mapping/main.py
msprobe/mindspore/code_mapping/processor.py
msprobe/mindspore/common/const.py
msprobe/mindspore/common/log.py
msprobe/mindspore/common/utils.py
msprobe/mindspore/compare/common_dir_compare.py
msprobe/mindspore/compare/distributed_compare.py
msprobe/mindspore/compare/ms_compare.py
msprobe/mindspore/compare/ms_graph_compare.py
msprobe/mindspore/compare/utils.py
msprobe/mindspore/debugger/__init__.py
msprobe/mindspore/debugger/debugger_config.py
msprobe/mindspore/debugger/precision_debugger.py
msprobe/mindspore/dump/__init__.py
msprobe/mindspore/dump/cell_dump_process.py
msprobe/mindspore/dump/cell_dump_with_insert_gradient.py
msprobe/mindspore/dump/dump_tool_factory.py
msprobe/mindspore/dump/graph_mode_cell_dump.py
msprobe/mindspore/dump/graph_tensor_dump.py
msprobe/mindspore/dump/jit_dump.py
msprobe/mindspore/dump/kernel_graph_dump.py
msprobe/mindspore/dump/kernel_kbyk_dump.py
msprobe/mindspore/dump/hook_cell/api_register.py
msprobe/mindspore/dump/hook_cell/hook_cell.py
msprobe/mindspore/dump/hook_cell/ms_hook_manager.py
msprobe/mindspore/dump/hook_cell/primitive_hooks.py
msprobe/mindspore/dump/hook_cell/support_wrap_ops.yaml
msprobe/mindspore/dym_loader/hook_dynamic_loader.cpp
msprobe/mindspore/dym_loader/hook_dynamic_loader.h
msprobe/mindspore/exception_dump/__init__.py
msprobe/mindspore/exception_dump/exception_dump_tool_factory.py
msprobe/mindspore/exception_dump/kernel_graph_exception_dump.py
msprobe/mindspore/free_benchmark/__init__.py
msprobe/mindspore/free_benchmark/api_pynative_self_check.py
msprobe/mindspore/free_benchmark/self_check_tool_factory.py
msprobe/mindspore/free_benchmark/common/__init__.py
msprobe/mindspore/free_benchmark/common/config.py
msprobe/mindspore/free_benchmark/common/handler_params.py
msprobe/mindspore/free_benchmark/common/utils.py
msprobe/mindspore/free_benchmark/data/support_wrap_ops.yaml
msprobe/mindspore/free_benchmark/handler/__init__.py
msprobe/mindspore/free_benchmark/handler/base_handler.py
msprobe/mindspore/free_benchmark/handler/check_handler.py
msprobe/mindspore/free_benchmark/handler/fix_handler.py
msprobe/mindspore/free_benchmark/handler/handler_factory.py
msprobe/mindspore/free_benchmark/perturbation/add_noise.py
msprobe/mindspore/free_benchmark/perturbation/base_perturbation.py
msprobe/mindspore/free_benchmark/perturbation/bit_noise.py
msprobe/mindspore/free_benchmark/perturbation/exchange_value.py
msprobe/mindspore/free_benchmark/perturbation/improve_precision.py
msprobe/mindspore/free_benchmark/perturbation/no_change.py
msprobe/mindspore/free_benchmark/perturbation/perturbation_factory.py
msprobe/mindspore/grad_probe/__init__.py
msprobe/mindspore/grad_probe/global_context.py
msprobe/mindspore/grad_probe/grad_analyzer.py
msprobe/mindspore/grad_probe/grad_monitor.py
msprobe/mindspore/grad_probe/grad_stat_csv.py
msprobe/mindspore/grad_probe/hook.py
msprobe/mindspore/grad_probe/utils.py
msprobe/mindspore/mindtorch/__init__.py
msprobe/mindspore/mindtorch/mindtorch_adaptor.py
msprobe/mindspore/monitor/common_func.py
msprobe/mindspore/monitor/data_writers.py
msprobe/mindspore/monitor/features.py
msprobe/mindspore/monitor/module_hook.py
msprobe/mindspore/monitor/optimizer_collect.py
msprobe/mindspore/monitor/utils.py
msprobe/mindspore/monitor/distributed/__init__.py
msprobe/mindspore/monitor/distributed/distributed_ops.yaml
msprobe/mindspore/monitor/distributed/stack_blacklist.yaml
msprobe/mindspore/monitor/distributed/wrap_distributed.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/nan_analyze/__init__.py
msprobe/nan_analyze/analyzer.py
msprobe/nan_analyze/graph.py
msprobe/nan_analyze/utils.py
msprobe/pytorch/__init__.py
msprobe/pytorch/attl_manager.py
msprobe/pytorch/function_factory.py
msprobe/pytorch/pt_config.py
msprobe/pytorch/pytorch_service.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_input.py
msprobe/pytorch/api_accuracy_checker/compare/compare_utils.py
msprobe/pytorch/api_accuracy_checker/generate_op_script/config_op.json
msprobe/pytorch/api_accuracy_checker/generate_op_script/op_generator.py
msprobe/pytorch/api_accuracy_checker/generate_op_script/operator_replication.template
msprobe/pytorch/api_accuracy_checker/precision_standard/absolute_threshold.py
msprobe/pytorch/api_accuracy_checker/precision_standard/accumulative_error_compare.py
msprobe/pytorch/api_accuracy_checker/precision_standard/base_standard.py
msprobe/pytorch/api_accuracy_checker/precision_standard/benchmark_compare.py
msprobe/pytorch/api_accuracy_checker/precision_standard/binary_consistency.py
msprobe/pytorch/api_accuracy_checker/precision_standard/standard_config.py
msprobe/pytorch/api_accuracy_checker/precision_standard/standard_register.py
msprobe/pytorch/api_accuracy_checker/precision_standard/thousandth_standard.py
msprobe/pytorch/api_accuracy_checker/precision_standard/ulp_compare.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/api_accuracy_checker/tensor_transport_layer/__init__.py
msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/attl.py
msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/client.py
msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/device_dispatch.py
msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/dump_dispatch.py
msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/server.py
msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/torch_ops_config.yaml
msprobe/pytorch/api_accuracy_checker/tensor_transport_layer/utils.py
msprobe/pytorch/bench_functions/__init__.py
msprobe/pytorch/bench_functions/apply_adam.py
msprobe/pytorch/bench_functions/apply_adam_w.py
msprobe/pytorch/bench_functions/confusion_transpose.py
msprobe/pytorch/bench_functions/fast_gelu.py
msprobe/pytorch/bench_functions/group_norm_silu.py
msprobe/pytorch/bench_functions/layer_norm_eval.py
msprobe/pytorch/bench_functions/linear.py
msprobe/pytorch/bench_functions/matmul_backward.py
msprobe/pytorch/bench_functions/mish.py
msprobe/pytorch/bench_functions/moe_gating_top_k_softmax.py
msprobe/pytorch/bench_functions/npu_fusion_attention.py
msprobe/pytorch/bench_functions/rms_norm.py
msprobe/pytorch/bench_functions/rotary_mul.py
msprobe/pytorch/bench_functions/scaled_mask_softmax.py
msprobe/pytorch/bench_functions/sort_v2.py
msprobe/pytorch/bench_functions/swiglu.py
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/distributed_compare.py
msprobe/pytorch/compare/mapping.yaml
msprobe/pytorch/compare/match.py
msprobe/pytorch/compare/pt_compare.py
msprobe/pytorch/compare/pt_diff_analyze.py
msprobe/pytorch/compare/utils.py
msprobe/pytorch/debugger/__init__.py
msprobe/pytorch/debugger/debugger_config.py
msprobe/pytorch/debugger/precision_debugger.py
msprobe/pytorch/dump/module_dump/__init__.py
msprobe/pytorch/dump/module_dump/hook_wrapper.py
msprobe/pytorch/dump/module_dump/module_dump.py
msprobe/pytorch/dump/module_dump/module_processer.py
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/grad_probe/__init__.py
msprobe/pytorch/grad_probe/grad_monitor.py
msprobe/pytorch/grad_probe/grad_stat_csv.py
msprobe/pytorch/hook_module/__init__.py
msprobe/pytorch/hook_module/api_register.py
msprobe/pytorch/hook_module/hook_module.py
msprobe/pytorch/hook_module/pt_hook_manager.py
msprobe/pytorch/hook_module/register_optimizer_hook.py
msprobe/pytorch/hook_module/script_wrapper.py
msprobe/pytorch/hook_module/support_wrap_ops.yaml
msprobe/pytorch/hook_module/utils.py
msprobe/pytorch/hook_module/wrap_aten.py
msprobe/pytorch/monitor/__init__.py
msprobe/pytorch/monitor/csv2tb.py
msprobe/pytorch/monitor/data_writers.py
msprobe/pytorch/monitor/features.py
msprobe/pytorch/monitor/module_hook.py
msprobe/pytorch/monitor/module_metric.py
msprobe/pytorch/monitor/optimizer_collect.py
msprobe/pytorch/monitor/utils.py
msprobe/pytorch/monitor/visualizer.py
msprobe/pytorch/monitor/distributed/__init__.py
msprobe/pytorch/monitor/distributed/distributed_ops.yaml
msprobe/pytorch/monitor/distributed/stack_blacklist.yaml
msprobe/pytorch/monitor/distributed/wrap_distributed.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/visualization/__init__.py
msprobe/visualization/db_utils.py
msprobe/visualization/graph_service.py
msprobe/visualization/utils.py
msprobe/visualization/builder/__init__.py
msprobe/visualization/builder/graph_builder.py
msprobe/visualization/builder/graph_merger.py
msprobe/visualization/builder/msprobe_adapter.py
msprobe/visualization/compare/__init__.py
msprobe/visualization/compare/graph_comparator.py
msprobe/visualization/compare/mode_adapter.py
msprobe/visualization/graph/__init__.py
msprobe/visualization/graph/base_node.py
msprobe/visualization/graph/distributed_analyzer.py
msprobe/visualization/graph/graph.py
msprobe/visualization/graph/node_colors.py
msprobe/visualization/graph/node_op.py