mindspore 2.3.0__cp39-none-any.whl → 2.3.0rc2__cp39-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.
Potentially problematic release.
This version of mindspore might be problematic. Click here for more details.
- mindspore/.commit_id +1 -1
- mindspore/Third_Party_Open_Source_Software_Notice +0 -1512
- mindspore/__init__.py +1 -2
- mindspore/_c_dataengine.cpython-39-aarch64-linux-gnu.so +0 -0
- mindspore/_c_expression.cpython-39-aarch64-linux-gnu.so +0 -0
- mindspore/_c_mindrecord.cpython-39-aarch64-linux-gnu.so +0 -0
- mindspore/_checkparam.py +25 -5
- mindspore/_extends/graph_kernel/model/graph_parallel.py +1 -1
- mindspore/_extends/parse/__init__.py +2 -2
- mindspore/_extends/parse/compile_config.py +0 -29
- mindspore/_extends/parse/namespace.py +2 -2
- mindspore/_extends/parse/parser.py +5 -21
- mindspore/_extends/parse/resources.py +7 -5
- mindspore/_extends/parse/standard_method.py +59 -40
- mindspore/_mindspore_offline_debug.cpython-39-aarch64-linux-gnu.so +0 -0
- mindspore/amp.py +5 -26
- mindspore/bin/cache_admin +0 -0
- mindspore/bin/cache_server +0 -0
- mindspore/boost/adasum.py +1 -1
- mindspore/boost/base.py +1 -1
- mindspore/boost/boost_cell_wrapper.py +1 -1
- mindspore/boost/grad_freeze.py +2 -2
- mindspore/boost/less_batch_normalization.py +6 -9
- mindspore/common/__init__.py +1 -8
- mindspore/common/_register_for_tensor.py +9 -8
- mindspore/common/api.py +65 -275
- mindspore/common/dtype.py +4 -8
- mindspore/common/dump.py +5 -2
- mindspore/common/jit_config.py +1 -1
- mindspore/common/lazy_inline.py +2 -14
- mindspore/common/parameter.py +15 -14
- mindspore/common/recompute.py +5 -20
- mindspore/common/sparse_tensor.py +6 -21
- mindspore/common/tensor.py +52 -100
- mindspore/communication/__init__.py +11 -6
- mindspore/communication/management.py +94 -92
- mindspore/context.py +18 -180
- mindspore/dataset/engine/datasets.py +46 -69
- mindspore/dataset/engine/datasets_user_defined.py +53 -72
- mindspore/dataset/engine/datasets_vision.py +2 -2
- mindspore/dataset/engine/queue.py +38 -56
- mindspore/dataset/engine/validators.py +5 -11
- mindspore/dataset/vision/__init__.py +5 -5
- mindspore/dataset/vision/c_transforms.py +5 -5
- mindspore/dataset/vision/py_transforms_util.py +1 -1
- mindspore/dataset/vision/transforms.py +46 -591
- mindspore/dataset/vision/utils.py +1 -121
- mindspore/dataset/vision/validators.py +3 -9
- mindspore/hal/__init__.py +1 -7
- mindspore/hal/device.py +1 -1
- mindspore/include/api/model.h +0 -3
- mindspore/include/dataset/vision.h +2 -54
- mindspore/include/mindapi/base/types.h +0 -1
- mindspore/lib/libdnnl.so.2 +0 -0
- mindspore/lib/libmindspore.so +0 -0
- mindspore/lib/libmindspore_backend.so +0 -0
- mindspore/lib/libmindspore_common.so +0 -0
- mindspore/lib/libmindspore_core.so +0 -0
- mindspore/lib/libmindspore_glog.so.0 +0 -0
- mindspore/lib/libmindspore_gpr.so.15 +0 -0
- mindspore/lib/libmindspore_grpc++.so.1 +0 -0
- mindspore/lib/libmindspore_grpc.so.15 +0 -0
- mindspore/lib/libmindspore_shared_lib.so +0 -0
- mindspore/lib/libmpi_adapter.so +0 -0
- mindspore/lib/libmpi_collective.so +0 -0
- mindspore/lib/libnnacl.so +0 -0
- mindspore/lib/libopencv_core.so.4.5 +0 -0
- mindspore/lib/libps_cache.so +0 -0
- mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/config/ascend310p/aic-ascend310p-ops-info.json +0 -35
- mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/kv_cache_mgr.py +0 -2
- mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/vector_core/tbe/custom_aicore_ops_impl/kv_cache_mgr.py +0 -2
- mindspore/lib/plugin/ascend/custom_aicpu_ops/op_impl/cpu/aicpu_kernel/impl/libcust_cpu_kernels.so +0 -0
- mindspore/lib/plugin/ascend/custom_aicpu_ops/op_impl/cpu/config/cust_aicpu_kernel.json +0 -72
- mindspore/lib/plugin/ascend/custom_aicpu_ops/op_proto/libcust_op_proto.so +0 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/{aclnn_all_finite.h → aclnn_add_custom.h} +11 -9
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/aclnn_decoder_kv_cache.h +1 -1
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/aclnn_prompt_kv_cache.h +1 -1
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/lib/libcust_opapi.so +0 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend310p/aic-ascend310p-ops-info.json +12 -184
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend910/aic-ascend910-ops-info.json +15 -7
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend910b/aic-ascend910b-ops-info.json +15 -7
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/add_custom.cpp +81 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/add_custom.py +134 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/decoder_kv_cache.py +31 -77
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/prompt_kv_cache.py +31 -77
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/op_tiling/lib/linux/aarch64/libcust_opmaster_rt2.0.so +0 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/op_tiling/liboptiling.so +0 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_proto/inc/op_proto.h +5 -4
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_proto/lib/linux/aarch64/libcust_opsproto_rt2.0.so +0 -0
- mindspore/lib/plugin/ascend/libascend_collective.so +0 -0
- mindspore/lib/plugin/ascend/libdvpp_utils.so +0 -0
- mindspore/lib/plugin/ascend/libhccl_plugin.so +0 -0
- mindspore/lib/plugin/ascend/liblowlatency_collective.so +0 -0
- mindspore/lib/plugin/ascend/libmindspore_cpu_kernels.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/DeviceBin +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/PkgInspect +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/op_man +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/device/ascend910b/bin/ascend910b.bin +286 -275
- mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/host/libasdops_cann_host.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/host/libasdops_host.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/lib/libasdops.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/lib/libasdops_static.a +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add/add_impl.h +0 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/apply_rotary_pos_emb_impl.h +0 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/asdop/asd_op_impl.h +0 -3
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/backend_param.h +0 -5
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/cast/cast_tiling.h +45 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/compare/compare_impl.h +0 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/flash_attention_score_impl.h +4 -8
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/flash_attention_score_tiling.h +4 -11
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/kernel/flash_attention_score_mix_hwsync.h +0 -18
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/internal_kernel.h +0 -6
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/internal_rtbackend.h +75 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul/kernel/matmul.h +5 -5
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul/matmul_impl.h +3 -18
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/pp_matmul_common_tiling.h +5 -5
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/pp_matmul_info.h +2 -2
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/tiling_data.h +3 -36
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_stridedslice/kernel/matmul_stridedslice_fusion.h +2 -2
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_stridedslice/matmul_stridedslice_fusion_impl.h +4 -22
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/op_param.h +2 -16
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/kernel/paged_attention_mix_hwsync.h +3 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/paged_attention_impl.h +4 -5
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/paged_attention_tiling.h +4 -9
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/attention_param.h +2 -5
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/matmul_ext_param.h +0 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/matmul_qkv_param.h +4 -10
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/sub_param.h +12 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/rms_norm/rms_norm_impl.h +0 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/sub/sub_impl.h +0 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/tune_repo/matmul_table.h +1 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/backend.h +2 -10
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/elewise_utils.h +1 -5
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log.h +0 -1
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log_tiling.h +0 -17
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/math.h +7 -2
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libAdd_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libSub_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libadd_layernorm_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libadd_rms_norm_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libapply_rotary_pos_emb_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libcast_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libgelu_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libmatmul_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libmatmul_stridedslice_fusion_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libms_kernels_internal.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libnot_equal_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libreshape_and_cache_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/librms_norm_impl.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_bf16_bnsd_full_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_bf16_bnsd_tri_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_bf16_bsh_full_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_bf16_bsh_tri_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_fp16_bnsd_full_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_fp16_bnsd_tri_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_fp16_bsh_full_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_fp16_bsh_tri_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_bf16_bnsd_full_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_bf16_bsh_full_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_fp16_bnsd_full_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_fp16_bsh_full_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/lib/liblcal.so +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/lib/liblccl_wrapper.so +0 -0
- mindspore/lib/plugin/libmindspore_ascend.so.2 +0 -0
- mindspore/mindrecord/filewriter.py +2 -2
- mindspore/mint/__init__.py +40 -720
- mindspore/mint/nn/__init__.py +7 -89
- mindspore/mint/nn/functional.py +16 -165
- mindspore/mint/optim/adamw.py +16 -15
- mindspore/nn/__init__.py +2 -0
- mindspore/nn/cell.py +98 -97
- mindspore/nn/extend/basic.py +2 -2
- mindspore/nn/extend/embedding.py +1 -1
- mindspore/nn/extend/layer/normalization.py +5 -7
- mindspore/nn/generator.py +297 -0
- mindspore/nn/layer/activation.py +3 -4
- mindspore/nn/layer/basic.py +16 -79
- mindspore/nn/layer/conv.py +8 -17
- mindspore/nn/layer/embedding.py +4 -1
- mindspore/nn/layer/math.py +1 -1
- mindspore/nn/layer/normalization.py +1 -1
- mindspore/nn/layer/pooling.py +0 -5
- mindspore/nn/layer/rnn_cells.py +2 -2
- mindspore/nn/loss/loss.py +19 -19
- mindspore/nn/optim/adasum.py +1 -1
- mindspore/nn/optim/sgd.py +2 -3
- mindspore/nn/probability/distribution/exponential.py +1 -1
- mindspore/nn/probability/distribution/geometric.py +1 -1
- mindspore/nn/probability/distribution/logistic.py +1 -1
- mindspore/nn/wrap/cell_wrapper.py +1 -25
- mindspore/nn/wrap/loss_scale.py +1 -24
- mindspore/numpy/array_ops.py +1 -5
- mindspore/numpy/dtypes.py +3 -3
- mindspore/numpy/math_ops.py +8 -8
- mindspore/ops/__init__.py +1 -1
- mindspore/ops/_grad_experimental/grad_comm_ops.py +16 -75
- mindspore/ops/_vmap/vmap_array_ops.py +0 -27
- mindspore/ops/_vmap/vmap_math_ops.py +1 -29
- mindspore/ops/_vmap/vmap_nn_ops.py +18 -19
- mindspore/ops/auto_generate/cpp_create_prim_instance_helper.py +8 -34
- mindspore/ops/auto_generate/gen_arg_dtype_cast.py +9 -2
- mindspore/ops/auto_generate/gen_arg_handler.py +0 -26
- mindspore/ops/auto_generate/gen_extend_func.py +27 -603
- mindspore/ops/auto_generate/gen_ops_def.py +203 -993
- mindspore/ops/auto_generate/gen_ops_prim.py +402 -1946
- mindspore/ops/auto_generate/pyboost_inner_prim.py +20 -90
- mindspore/ops/composite/base.py +6 -3
- mindspore/ops/composite/math_ops.py +1 -1
- mindspore/ops/composite/multitype_ops/_compile_utils.py +17 -24
- mindspore/ops/composite/multitype_ops/_constexpr_utils.py +1 -1
- mindspore/ops/extend/__init__.py +3 -2
- mindspore/ops/extend/array_func.py +51 -10
- mindspore/ops/extend/nn_func.py +78 -2
- mindspore/ops/function/__init__.py +13 -8
- mindspore/ops/function/array_func.py +179 -455
- mindspore/ops/function/clip_func.py +1 -1
- mindspore/ops/function/grad/grad_func.py +3 -3
- mindspore/ops/function/math_func.py +103 -117
- mindspore/ops/function/nn_func.py +163 -275
- mindspore/ops/function/other_func.py +2 -2
- mindspore/ops/function/random_func.py +69 -202
- mindspore/ops/function/sparse_func.py +4 -4
- mindspore/ops/functional.py +327 -332
- mindspore/ops/operations/__init__.py +3 -13
- mindspore/ops/operations/_grad_ops.py +27 -3
- mindspore/ops/operations/_inner_ops.py +356 -53
- mindspore/ops/operations/_rl_inner_ops.py +2 -2
- mindspore/ops/operations/_tensor_array.py +8 -8
- mindspore/ops/operations/array_ops.py +65 -82
- mindspore/ops/operations/comm_ops.py +93 -784
- mindspore/ops/operations/custom_ops.py +28 -51
- mindspore/ops/operations/debug_ops.py +4 -4
- mindspore/ops/operations/inner_ops.py +2 -2
- mindspore/ops/operations/manually_defined/ops_def.py +4 -304
- mindspore/ops/operations/math_ops.py +50 -3
- mindspore/ops/operations/nn_ops.py +247 -14
- mindspore/ops/operations/other_ops.py +3 -3
- mindspore/ops/operations/random_ops.py +1 -1
- mindspore/ops/operations/sparse_ops.py +1 -1
- mindspore/ops/primitive.py +8 -9
- mindspore/ops/silent_check.py +5 -5
- mindspore/ops_generate/arg_dtype_cast.py +9 -2
- mindspore/ops_generate/arg_handler.py +0 -26
- mindspore/ops_generate/gen_aclnn_implement.py +4 -1
- mindspore/ops_generate/gen_ops.py +4 -26
- mindspore/ops_generate/gen_pyboost_func.py +12 -41
- mindspore/ops_generate/gen_utils.py +0 -21
- mindspore/ops_generate/pyboost_utils.py +2 -7
- mindspore/ops_generate/template.py +0 -1
- mindspore/parallel/_auto_parallel_context.py +1 -21
- mindspore/parallel/_tensor.py +5 -0
- mindspore/parallel/_transformer/transformer.py +1 -1
- mindspore/parallel/_utils.py +1 -15
- mindspore/parallel/algo_parameter_config.py +3 -1
- mindspore/parallel/checkpoint_transform.py +9 -12
- mindspore/parallel/cluster/process_entity/_api.py +29 -28
- mindspore/parallel/cluster/process_entity/_utils.py +3 -13
- mindspore/parallel/cluster/run.py +16 -13
- mindspore/parallel/parameter_broadcast.py +2 -2
- mindspore/parallel/shard.py +17 -31
- mindspore/profiler/__init__.py +2 -3
- mindspore/profiler/common/util.py +2 -107
- mindspore/profiler/envprofiling.py +1 -1
- mindspore/profiler/parser/ascend_analysis/constant.py +21 -8
- mindspore/profiler/parser/ascend_analysis/file_manager.py +0 -82
- mindspore/profiler/parser/ascend_analysis/function_event.py +28 -43
- mindspore/profiler/parser/ascend_analysis/fwk_cann_parser.py +27 -49
- mindspore/profiler/parser/ascend_analysis/fwk_file_parser.py +10 -15
- mindspore/profiler/parser/ascend_analysis/msprof_timeline_parser.py +20 -25
- mindspore/profiler/parser/ascend_analysis/profiler_info_parser.py +5 -5
- mindspore/profiler/parser/ascend_analysis/trace_event_manager.py +1 -10
- mindspore/profiler/parser/ascend_hccl_generator.py +1 -4
- mindspore/profiler/parser/ascend_msprof_exporter.py +22 -43
- mindspore/profiler/parser/ascend_timeline_generator.py +5 -7
- mindspore/profiler/parser/minddata_parser.py +3 -72
- mindspore/profiler/profiling.py +59 -176
- mindspore/rewrite/api/node.py +1 -1
- mindspore/rewrite/common/namespace.py +5 -5
- mindspore/rewrite/parsers/assign_parser.py +0 -2
- mindspore/rewrite/parsers/class_def_parser.py +4 -8
- mindspore/run_check/_check_version.py +1 -1
- mindspore/scipy/fft.py +3 -1
- mindspore/scipy/linalg.py +3 -2
- mindspore/scipy/ops.py +3 -5
- mindspore/scipy/optimize/__init__.py +2 -2
- mindspore/train/__init__.py +4 -4
- mindspore/train/anf_ir_pb2.py +2 -8
- mindspore/train/callback/__init__.py +2 -5
- mindspore/train/callback/_backup_and_restore.py +2 -2
- mindspore/train/callback/_checkpoint.py +16 -104
- mindspore/train/callback/_landscape.py +1 -1
- mindspore/train/callback/_time_monitor.py +1 -1
- mindspore/train/data_sink.py +4 -5
- mindspore/train/dataset_helper.py +20 -45
- mindspore/train/model.py +38 -266
- mindspore/train/serialization.py +105 -256
- mindspore/train/summary/_summary_adapter.py +1 -1
- mindspore/version.py +1 -1
- {mindspore-2.3.0.dist-info → mindspore-2.3.0rc2.dist-info}/METADATA +2 -2
- {mindspore-2.3.0.dist-info → mindspore-2.3.0rc2.dist-info}/RECORD +303 -420
- mindspore/_extends/pijit/__init__.py +0 -23
- mindspore/_extends/pijit/pijit_func_white_list.py +0 -343
- mindspore/common/file_system.py +0 -48
- mindspore/common/generator.py +0 -260
- mindspore/common/no_inline.py +0 -54
- mindspore/common/np_dtype.py +0 -25
- mindspore/communication/comm_func.py +0 -1140
- mindspore/hal/memory.py +0 -326
- mindspore/lib/libavcodec.so.59 +0 -0
- mindspore/lib/libavdevice.so.59 +0 -0
- mindspore/lib/libavfilter.so.8 +0 -0
- mindspore/lib/libavformat.so.59 +0 -0
- mindspore/lib/libavutil.so.57 +0 -0
- mindspore/lib/libmindspore_np_dtype.so +0 -0
- mindspore/lib/libswresample.so.4 +0 -0
- mindspore/lib/libswscale.so.6 +0 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/all_finite.cpp +0 -326
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/all_finite.py +0 -180
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/ascend910b/all_finite/AllFinite_576ceaeef5870c451cab59af55ea46ad.json +0 -58
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/ascend910b/all_finite/AllFinite_576ceaeef5870c451cab59af55ea46ad.o +0 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/ascend910b/all_finite/AllFinite_86a73ff6e28d734c96bb8d3054f7dd18.json +0 -58
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/ascend910b/all_finite/AllFinite_86a73ff6e28d734c96bb8d3054f7dd18.o +0 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/ascend910b/all_finite/AllFinite_f55e0ebaad1f2f572e43677336992fa0.json +0 -58
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/ascend910b/all_finite/AllFinite_f55e0ebaad1f2f572e43677336992fa0.o +0 -0
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/config/ascend910b/all_finite.json +0 -109
- mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/config/ascend910b/binary_info_config.json +0 -38
- mindspore/lib/plugin/ascend/custom_compiler/OWNERS +0 -12
- mindspore/lib/plugin/ascend/custom_compiler/setup.py +0 -255
- mindspore/lib/plugin/ascend/custom_compiler/start.sh +0 -26
- mindspore/lib/plugin/ascend/custom_compiler/template.json +0 -40
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/acme.h +0 -24
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/acme_op.h +0 -69
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/base_type.h +0 -133
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/op_creator.h +0 -32
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/op_param.h +0 -35
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/tiling_info.h +0 -60
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/core/kernel_register.h +0 -37
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/core/platform/platform_configs.h +0 -89
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/core/platform/rt_funcs.h +0 -135
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/add_op.h +0 -34
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/asd_backoff_base.h +0 -62
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/asd_elewise_op.h +0 -33
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/asd_ops.h +0 -88
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/asd_pa_op.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/cast_op.h +0 -52
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/matmul_op.h +0 -95
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/utils/asd_utils.h +0 -84
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/utils/comm_utils.h +0 -61
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/kernel/apply_rotary_pos_emb_fp32.h +0 -224
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/and_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/div_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/elewise_binary_impl.h +0 -48
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/elewise_binary_tiling.h +0 -25
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/and_kernel.h +0 -46
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/div_kernel.h +0 -46
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/elewise_binary_base.h +0 -260
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/elewise_binary_kernel.h +0 -35
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/max_kernel.h +0 -66
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/min_kernel.h +0 -66
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/mul_kernel.h +0 -66
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/or_kernel.h +0 -46
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/max_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/min_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/mul_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/or_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/abs_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/elewise_unary_impl.h +0 -47
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/elewise_unary_tiling.h +0 -24
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/exp_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/abs_kernel.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/elewise_unary_base.h +0 -148
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/elewise_unary_kernel.h +0 -31
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/exp_kernel.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/ln_kernel.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/not_kernel.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/reciprocal_kernel.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/relu_kernel.h +0 -55
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/rsqrt_kernel.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/sqrt_kernel.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/ln_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/not_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/reciprocal_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/relu_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/rsqrt_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/sqrt_impl.h +0 -29
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/grouped_matmul_impl.h +0 -45
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/grouped_matmul_tiling.h +0 -187
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/kernel/grouped_matmul.h +0 -245
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/kernel/grouped_matmul_interface.h +0 -24
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/kernel/grouped_matmul_utils.h +0 -111
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/tiling_data.h +0 -54
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/compare_param.h +0 -31
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/elewise_param.h +0 -41
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/grouped_matmul_param.h +0 -40
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/profiling_util.h +0 -364
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log_utils.h +0 -69
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/register/kernel_creator.h +0 -39
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/register/kernel_registry.h +0 -114
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/utils.h +0 -98
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MatMulPostFusionMixTactic/matmul_postfusion_mix.json +0 -19
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MatMulPostFusionMixTactic/matmul_postfusion_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MatMulPostFusionMixTactic/matmul_postfusion_mix_mix_aic_0.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MatMulPostFusionMixTactic/matmul_postfusion_mix_mix_aiv_0.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MultiMatMulPostFusionMixTactic/multi_matmul_postfusion_mix.json +0 -19
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MultiMatMulPostFusionMixTactic/multi_matmul_postfusion_mix.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MultiMatMulPostFusionMixTactic/multi_matmul_postfusion_mix_mix_aic_0.o +0 -0
- mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MultiMatMulPostFusionMixTactic/multi_matmul_postfusion_mix_mix_aiv_0.o +0 -0
- mindspore/mint/linalg/__init__.py +0 -22
- mindspore/nn/layer/embedding_service.py +0 -531
- mindspore/nn/layer/embedding_service_layer.py +0 -393
- mindspore/ops/function/reshard_func.py +0 -102
- mindspore/ops/operations/_infer_ops.py +0 -19
- mindspore/ops/operations/reshard_ops.py +0 -53
- mindspore/profiler/common/process_pool.py +0 -41
- mindspore/profiler/common/singleton.py +0 -28
- mindspore/profiler/parser/ascend_integrate_generator.py +0 -42
- mindspore/profiler/parser/ascend_memory_generator.py +0 -185
- mindspore/train/callback/_cluster_monitor.py +0 -201
- mindspore/train/callback/_flops_collector.py +0 -238
- mindspore/train/callback/_mindio_ttp.py +0 -443
- {mindspore-2.3.0.dist-info → mindspore-2.3.0rc2.dist-info}/WHEEL +0 -0
- {mindspore-2.3.0.dist-info → mindspore-2.3.0rc2.dist-info}/entry_points.txt +0 -0
- {mindspore-2.3.0.dist-info → mindspore-2.3.0rc2.dist-info}/top_level.txt +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
mindspore/.commit_id,sha256=
|
|
2
|
-
mindspore/Third_Party_Open_Source_Software_Notice,sha256=
|
|
3
|
-
mindspore/__init__.py,sha256=
|
|
4
|
-
mindspore/_c_dataengine.cpython-39-aarch64-linux-gnu.so,sha256=
|
|
5
|
-
mindspore/_c_expression.cpython-39-aarch64-linux-gnu.so,sha256=
|
|
6
|
-
mindspore/_c_mindrecord.cpython-39-aarch64-linux-gnu.so,sha256=
|
|
1
|
+
mindspore/.commit_id,sha256=7Ih7-77XfCHYKrTxb9aSzZ35fwxP266etF1VeZh6GzM,83
|
|
2
|
+
mindspore/Third_Party_Open_Source_Software_Notice,sha256=SAiCz44x_cQOVNta46qAYicIAOqOVPSbVWAvoZCWrKs,529057
|
|
3
|
+
mindspore/__init__.py,sha256=VZcaI9Jm5qk5Mjx5eOI61bNxN_6ynyF01yZijPXg_N0,2544
|
|
4
|
+
mindspore/_c_dataengine.cpython-39-aarch64-linux-gnu.so,sha256=d-iJb-CLxhyFKubeprlv8DMWvYEwOvOsNV8_-kR8j0M,36902800
|
|
5
|
+
mindspore/_c_expression.cpython-39-aarch64-linux-gnu.so,sha256=O_bmXmt2Q-SZWkjyVsU1Ew0rfXr0NBVFc3r3OXYpqxY,55130480
|
|
6
|
+
mindspore/_c_mindrecord.cpython-39-aarch64-linux-gnu.so,sha256=u1RRCFoAthrViTublEwNKS8XkNUewoBnWpuwxYjovvU,2635256
|
|
7
7
|
mindspore/_check_jit_forbidden_api.py,sha256=YVRF95dzKph6ZdM8jTDcGRsG4mrmk5yuReIW0JLYZGU,3901
|
|
8
|
-
mindspore/_checkparam.py,sha256
|
|
8
|
+
mindspore/_checkparam.py,sha256=DgblcDw19pMcGTWuLf-O3zdz3KQNFS6Ve23osbg-NOs,56049
|
|
9
9
|
mindspore/_install_custom.py,sha256=PRHqyz6BzbJHiqJgHGHbJsWic2eFDEyBvNl8oOGFDTo,1748
|
|
10
|
-
mindspore/_mindspore_offline_debug.cpython-39-aarch64-linux-gnu.so,sha256=
|
|
10
|
+
mindspore/_mindspore_offline_debug.cpython-39-aarch64-linux-gnu.so,sha256=amElJUxaOn5EYFkoboHQY2XWNR-MYzAAZVR_L0_dqKA,1313792
|
|
11
11
|
mindspore/_profiler.py,sha256=GZMreo0VYf2viAAtwgiLT7JnpbinSgW7I9ZcdzSjv_c,1029
|
|
12
|
-
mindspore/amp.py,sha256=
|
|
13
|
-
mindspore/context.py,sha256=
|
|
12
|
+
mindspore/amp.py,sha256=H6l3NVjT97nKYqQWGH9kQYYafPUd6U6AJgeWUAtgr6g,14196
|
|
13
|
+
mindspore/context.py,sha256=H3iTismcIKI5OCBgG4soPhfTbVGZyUyqWGYSIpEtud4,106795
|
|
14
14
|
mindspore/default_config.py,sha256=i-NcRS4M0IrdSeiMj7-5epdv0yTzY0-K-kLA-_SCuSQ,50
|
|
15
15
|
mindspore/log.py,sha256=wbHR9qCmqAMJ3ZbEjqn7OrXZpGBUvI62yb8eCPrMLSQ,21087
|
|
16
|
-
mindspore/version.py,sha256=
|
|
16
|
+
mindspore/version.py,sha256=N-2uCGQEHvY-8nmn-4cfqBKmFU72oN_DfT3Go_VA604,25
|
|
17
17
|
mindspore/_akg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
mindspore/_akg/akg/__init__.py,sha256=J_vlBaC-jAuCyi5Z0SWo3NBD8S-o8sRojbHn04S8wB0,3262
|
|
19
19
|
mindspore/_akg/akg/autodiff.py,sha256=zTofVO4n7cKlyX84K22EE3vll2iOTnqRlipTb8U6x2M,16859
|
|
@@ -699,7 +699,7 @@ mindspore/_extends/graph_kernel/parallel_estimate.py,sha256=ihwdUMhPs0dkSeVUDu8x
|
|
|
699
699
|
mindspore/_extends/graph_kernel/splitter.py,sha256=VDTRap5k-q2jQusiMJeBkU77TlMQouFBBYR_Ex3cAp0,6529
|
|
700
700
|
mindspore/_extends/graph_kernel/utils.py,sha256=qMzRwovLXvjbXB6hyVul7-y1ODQZgEvLSFKK6CJIIXw,906
|
|
701
701
|
mindspore/_extends/graph_kernel/model/__init__.py,sha256=wMxpWQm6q-4Krb5SbCF-mLdOht4G35gN8-US_mJQEJM,839
|
|
702
|
-
mindspore/_extends/graph_kernel/model/graph_parallel.py,sha256=
|
|
702
|
+
mindspore/_extends/graph_kernel/model/graph_parallel.py,sha256=2INkGVinhCQxeXGJQ-ximbX5hHhst1hduim1XGoYVLI,11872
|
|
703
703
|
mindspore/_extends/graph_kernel/model/graph_split.py,sha256=cpzdbHQRFQnZVlBGBibAxsYvSZ-5d7LGvLGRsVu62ck,55217
|
|
704
704
|
mindspore/_extends/graph_kernel/model/model.py,sha256=BBVd9j3tqZ1k1T3bqIpm83tCPQ4QmvOtWFxmRF6mKsc,18321
|
|
705
705
|
mindspore/_extends/graph_kernel/model/model_builder.py,sha256=KoK5TlBt32v_lwh1VXA_FqN5IIetXlWS8tdCGzrzUcA,8098
|
|
@@ -712,67 +712,60 @@ mindspore/_extends/parallel_compile/akg_compiler/gen_custom_op_files.py,sha256=T
|
|
|
712
712
|
mindspore/_extends/parallel_compile/akg_compiler/get_file_path.py,sha256=SIuevzal3j94x5UOptF65NIBY-pJ4VbVfC1AJrKzgjQ,1586
|
|
713
713
|
mindspore/_extends/parallel_compile/akg_compiler/tbe_topi.py,sha256=rfhWhKVw3wjz12yKCjbcHuIr56_z345AXkhzu0_kbSg,19072
|
|
714
714
|
mindspore/_extends/parallel_compile/akg_compiler/util.py,sha256=BfmUxy4kznuDRFGi03wfn0On-mq556KPzy2sW7PCBDo,5527
|
|
715
|
-
mindspore/_extends/parse/__init__.py,sha256=
|
|
716
|
-
mindspore/_extends/parse/compile_config.py,sha256=
|
|
717
|
-
mindspore/_extends/parse/namespace.py,sha256=
|
|
718
|
-
mindspore/_extends/parse/parser.py,sha256=
|
|
719
|
-
mindspore/_extends/parse/resources.py,sha256=
|
|
720
|
-
mindspore/_extends/parse/standard_method.py,sha256=
|
|
715
|
+
mindspore/_extends/parse/__init__.py,sha256=cM7Zj6-jfHjlRS3GW03JvaOqVM9ODRzy1WkPGocdo7c,3803
|
|
716
|
+
mindspore/_extends/parse/compile_config.py,sha256=APRkMt7LZCiAGOG-EpRcLDJgn1vYjBJcJiVWDCGFd_w,5991
|
|
717
|
+
mindspore/_extends/parse/namespace.py,sha256=UD5BjSwRLOz3WqrbvSHWPQeCcsc0mpY73KErxjkQBKI,4100
|
|
718
|
+
mindspore/_extends/parse/parser.py,sha256=83JV8h10DkD6O38b7yBqnX6vBz9-6PPEok-eLM5NfjM,54050
|
|
719
|
+
mindspore/_extends/parse/resources.py,sha256=WHSlfgzICLt3OyoWgRuBTFMOw5yXHgTD61o1w1Byjoc,6772
|
|
720
|
+
mindspore/_extends/parse/standard_method.py,sha256=ONQUtzuXMWtLAOx-J2fDVpdDC81qXshMNrzmCevrMjI,128886
|
|
721
721
|
mindspore/_extends/parse/trope.py,sha256=CXWWyGy4IOcWeJ_vmwspSWDh2sZgTuV4METDhPhvmvo,3480
|
|
722
|
-
mindspore/_extends/pijit/__init__.py,sha256=scflj2aXueOeGJLsj5NiOyvMtKnbYmmB1oPgNZJUvqQ,825
|
|
723
|
-
mindspore/_extends/pijit/pijit_func_white_list.py,sha256=zZ__Sqt-9fYbwEmKqV3cgZo1E7ZSSoO7Ao6Cl82y7xs,14658
|
|
724
722
|
mindspore/_extends/remote/__init__.py,sha256=YepkDaoYYZOTh8yKE-RFsZwMpKJ5dUKSZfKpxJBta5s,768
|
|
725
723
|
mindspore/_extends/remote/kernel_build_server.py,sha256=QMwCzv2SDDHpDawM8Q2GlNp9BQW_b3g6WYr8gAcSkMI,5797
|
|
726
724
|
mindspore/_extends/remote/kernel_build_server_akg.py,sha256=5lYmyL_2qWDo85GNg4SjHOgRTEG07eTK_uLsML3fggY,1859
|
|
727
725
|
mindspore/_extends/remote/kernel_build_server_akg_v2.py,sha256=uSI2dvWNf3jOcoaH4d-Akx0rXGnVfEBDFPi82s0UNPs,1872
|
|
728
726
|
mindspore/_extends/remote/kernel_build_server_ascend.py,sha256=rWdF7aoQM_51JCPULLkxWcCrxi0z20ya9HkAkjb5g0o,2638
|
|
729
|
-
mindspore/bin/cache_admin,sha256
|
|
730
|
-
mindspore/bin/cache_server,sha256=
|
|
727
|
+
mindspore/bin/cache_admin,sha256=-lazQtIOadDLqGMrXB7o2JkQDw3iQQ28VS3yiATJJyg,591992
|
|
728
|
+
mindspore/bin/cache_server,sha256=WFdtCTAIzHQUqx1-JEDAHxKFDgx2nCQx56YXrX9cYMY,2429392
|
|
731
729
|
mindspore/boost/__init__.py,sha256=jyC0Da8ewY6aX85amd_h6ZRVug40Fsyoa5CyvmKIHIg,1839
|
|
732
|
-
mindspore/boost/adasum.py,sha256=
|
|
733
|
-
mindspore/boost/base.py,sha256=
|
|
730
|
+
mindspore/boost/adasum.py,sha256=Me01GKP9eNaLJWBxK0vhXDNkhmYBtWkc-XVOnXkSxV8,13891
|
|
731
|
+
mindspore/boost/base.py,sha256=ZPPIEDbcz0JERaIiKjZOjBphMlvf0sjIQuO-Zqj4PZY,20092
|
|
734
732
|
mindspore/boost/boost.py,sha256=JCA1R3p_ioyAVWo7rE7HkiTV-tB8db0DC6VpFjOrsmc,15992
|
|
735
|
-
mindspore/boost/boost_cell_wrapper.py,sha256=
|
|
733
|
+
mindspore/boost/boost_cell_wrapper.py,sha256=LRL_oKxgqcPsS3WoM6gEzn9UhhYvOQyi53bnWeZLgOA,34907
|
|
736
734
|
mindspore/boost/dim_reduce.py,sha256=7L6pVI8BXDzZxSy7vMdBem--lk8F1PG2fwKkVWeMOI8,13160
|
|
737
735
|
mindspore/boost/grad_accumulation.py,sha256=SljnKl0USSjgrhIIfoY0lXpXkJ0etocpCmFxUumv8SE,3081
|
|
738
|
-
mindspore/boost/grad_freeze.py,sha256=
|
|
736
|
+
mindspore/boost/grad_freeze.py,sha256=WP744i62ABh_5LHl-JUpIqFclfcq7_WIq2Kx0gfe4xU,17288
|
|
739
737
|
mindspore/boost/group_loss_scale_manager.py,sha256=sU6VfObSNY-SidL13KivO7MS87iWM8MYvR8X97T0mCU,7015
|
|
740
|
-
mindspore/boost/less_batch_normalization.py,sha256
|
|
741
|
-
mindspore/common/__init__.py,sha256=
|
|
738
|
+
mindspore/boost/less_batch_normalization.py,sha256=-lX9xlgTOI03myeW31Pf8B3BklLA_KFBTfKahnaIT-w,6656
|
|
739
|
+
mindspore/common/__init__.py,sha256=_dpLwzWvQnD7Q0psy0P7ONxUBgEszTdg__xBWy0npZM,3078
|
|
742
740
|
mindspore/common/_auto_dynamic.py,sha256=kwC8uqueKd4tpTHgQRwrfUrothWdTx1Ln8EgpShtCSQ,2412
|
|
743
741
|
mindspore/common/_decorator.py,sha256=3xtc-_ol00MF8mzzHbh9_WUMrCgNBWWC9w9VN4hbaXo,1891
|
|
744
742
|
mindspore/common/_jit_fallback_utils.py,sha256=KqR5VpcbeSCg-cDfFuPMsCwON9k4TXcn3VYB7bbGn20,3859
|
|
745
743
|
mindspore/common/_monad.py,sha256=yqtATsUy6e7MuSiWZEju_2360MPSNgocsLYcCd0l79A,908
|
|
746
744
|
mindspore/common/_register_for_adapter.py,sha256=U-295bi1eryN4U72waEsoQK9mcWmtzmBlQR7Hvq8Fsw,2678
|
|
747
745
|
mindspore/common/_register_for_recompute.py,sha256=gh1U1BINb1Stj5qSWrb5DbMnDuMY32lpzTCaoyfDwmc,1523
|
|
748
|
-
mindspore/common/_register_for_tensor.py,sha256=
|
|
746
|
+
mindspore/common/_register_for_tensor.py,sha256=fsSn2cIAccrArJXhcsaRYMXKo_R15icoO0aEWy3sMFw,1589
|
|
749
747
|
mindspore/common/_stub_tensor.py,sha256=i6qbBbOOGEqN5wVvCvXcrIZ7d_bxYw9w7PSIfXYRi0M,6941
|
|
750
748
|
mindspore/common/_utils.py,sha256=drulzpzt-RKHSUc_t5hF2NNeauTforLP6kVMZ5LMlqQ,3845
|
|
751
|
-
mindspore/common/api.py,sha256=
|
|
749
|
+
mindspore/common/api.py,sha256=QncNeYg12_n6EZKGSR5GryP9Sq3THKlxzxc3clx2lzk,72125
|
|
752
750
|
mindspore/common/auto_dynamic_shape.py,sha256=ObWgO5AuGMBHucc8U7yGu4QgwLI6WQqShbQxFCZEJUk,21949
|
|
753
|
-
mindspore/common/dtype.py,sha256=
|
|
754
|
-
mindspore/common/dump.py,sha256=
|
|
755
|
-
mindspore/common/file_system.py,sha256=cVI9iUvn1DEYsMby5yZtca98duKhfPP0eQ_euQifyRc,1464
|
|
756
|
-
mindspore/common/generator.py,sha256=lmJzH6uhZuwMIQO2G0UE-74gizl0ztcu6zwWpLGbRJ0,7022
|
|
751
|
+
mindspore/common/dtype.py,sha256=KPRokxAp-E8UDHuR2LESX-i5HKs81KcERbcNXl7W8nE,10225
|
|
752
|
+
mindspore/common/dump.py,sha256=ongDA0d588io-lmIz0fHtEh__I2nAiMwt5whG3-lVu8,5970
|
|
757
753
|
mindspore/common/hook_handle.py,sha256=KanImLqEV84GIlBR9hj0jb0fNS9LbtDOLkCn_F4Abzw,6102
|
|
758
754
|
mindspore/common/initializer.py,sha256=rrA2hhRxetLrZig66ZB3Ec19cdC1F_bBTCn005XI6Jk,33017
|
|
759
|
-
mindspore/common/jit_config.py,sha256=
|
|
760
|
-
mindspore/common/lazy_inline.py,sha256=
|
|
755
|
+
mindspore/common/jit_config.py,sha256=FyEQezMCI7iyxLCWgS020nbfq0gYawhtJoJpXcHDqO4,5531
|
|
756
|
+
mindspore/common/lazy_inline.py,sha256=Mc_-aoNwOXuNGhp0gxAS3_ZUAht-1ehF6pUEASggF9I,9524
|
|
761
757
|
mindspore/common/mindir_util.py,sha256=ILBwYkWUbbsskiV9GjpU-sXIyoL2hmZsBmTKkmdQI44,3526
|
|
762
758
|
mindspore/common/mutable.py,sha256=Sserkdhj6ekLBOsGZ2TrOhhZABeu7ZlZz7byXFjPpcY,8888
|
|
763
|
-
mindspore/common/
|
|
764
|
-
mindspore/common/
|
|
765
|
-
mindspore/common/parameter.py,sha256=F-HwurxWPUNr9rdyUPbwgzx4hpPfQMkTQNasnIjS1t4,43084
|
|
766
|
-
mindspore/common/recompute.py,sha256=NhMMVNJMC8WCgTBQfc1hGIAp-EZNFn2jXCE2uRuuY-M,9526
|
|
759
|
+
mindspore/common/parameter.py,sha256=ONGSFKFtyzrRXOXIbjgsQH7xrY8UWDRsaCtjJ9SPJ2s,42987
|
|
760
|
+
mindspore/common/recompute.py,sha256=mDqY9la-EEFHtfnoFksXDplgT4ryzqMtVO3Qnw5cy18,8977
|
|
767
761
|
mindspore/common/seed.py,sha256=Up_h27rWnSmAciWx4zNDJUlKMscU70jY5-h1F7OCnwE,11098
|
|
768
|
-
mindspore/common/sparse_tensor.py,sha256=
|
|
762
|
+
mindspore/common/sparse_tensor.py,sha256=QBjB_jzbKkmxJhMJKDKMOG0IqlpAdLh5aTjXppyQCd0,46274
|
|
769
763
|
mindspore/common/symbol.py,sha256=j9zS6G37xzqduK-sGqcFt_v0-WBZAu-EZcx2zNLitJk,5517
|
|
770
|
-
mindspore/common/tensor.py,sha256=
|
|
771
|
-
mindspore/communication/__init__.py,sha256=
|
|
764
|
+
mindspore/common/tensor.py,sha256=kBSL8HMW_RELJoawsqt_aY1VCZ9r76NsE7ubxoczlVU,179305
|
|
765
|
+
mindspore/communication/__init__.py,sha256=Me1dMgjfss-uko1PVwIc39smrVjB6LlgWIsmfTvJSKQ,2036
|
|
772
766
|
mindspore/communication/_comm_helper.py,sha256=lHAtIcJakbR-_LLjmBkTbXSm5K7xk0C_JCkv6WSjrmk,14424
|
|
773
767
|
mindspore/communication/_hccl_management.py,sha256=9et8YEQORdiOspn_2yktER4HVMjRUuqmZD_t5IFc3W4,10555
|
|
774
|
-
mindspore/communication/
|
|
775
|
-
mindspore/communication/management.py,sha256=eS4mzxlBswykfVmKRQr2IG3TaAgLeLcacfHtoeoxtEA,28330
|
|
768
|
+
mindspore/communication/management.py,sha256=yUdlkx0ZTXXnKgTKEom-0YbFA8rv0VtXNjHzdtkd0I0,29987
|
|
776
769
|
mindspore/config/op_info.config,sha256=6PxRs4lWmYxNK2ewAnNntdEPPiAaoLhHN3JzzEVPLnY,1247801
|
|
777
770
|
mindspore/dataset/__init__.py,sha256=Q7CE7dSEhjqIe6n6unjzyYkLtGQjCZ8yYkzbz4Oto3I,4683
|
|
778
771
|
mindspore/dataset/audio/__init__.py,sha256=DKsSj1MyfYhvYk0fwXUqBPh_G1weatxPBK-tE_E0PnM,3082
|
|
@@ -793,18 +786,18 @@ mindspore/dataset/debug/pre_defined_hook.py,sha256=sZDqT3yOGew1e7SAfwS1XYpZCXbAh
|
|
|
793
786
|
mindspore/dataset/engine/__init__.py,sha256=a6yta4vz-txQhHI1ONvuDjnotO-zrK4NVHddqyzv_ts,5412
|
|
794
787
|
mindspore/dataset/engine/cache_admin.py,sha256=NL2ozGtp1bZHSkbNwJzpTKw7SHFJ2OpkU0DyBmasMtY,1763
|
|
795
788
|
mindspore/dataset/engine/cache_client.py,sha256=jIbAy9XEAslXBVG2r9v9kSPDEaPakRllQIfm3mJBH-E,6062
|
|
796
|
-
mindspore/dataset/engine/datasets.py,sha256=
|
|
789
|
+
mindspore/dataset/engine/datasets.py,sha256=7WWFkf14Mod83ILuM1uFx8tkbtZuqCCEV0cZcI3HStQ,195300
|
|
797
790
|
mindspore/dataset/engine/datasets_audio.py,sha256=nyuoIADm-v89mi4B-RWCMB5q6pQ9MfyELReJBu1L2W4,46203
|
|
798
791
|
mindspore/dataset/engine/datasets_standard_format.py,sha256=21_dg0Vnh_b7R5JLnubImM_amohkgkXXqLojN0NP79w,28287
|
|
799
792
|
mindspore/dataset/engine/datasets_text.py,sha256=CHLiaP1k6LkN35wLiNZIJxdZZug5UkbKFht0dkFuxes,117154
|
|
800
|
-
mindspore/dataset/engine/datasets_user_defined.py,sha256=
|
|
801
|
-
mindspore/dataset/engine/datasets_vision.py,sha256=
|
|
793
|
+
mindspore/dataset/engine/datasets_user_defined.py,sha256=wd6TlojIYmShI3xhpnozV_NU1rMZAxXpM9DIxTw7oyk,49462
|
|
794
|
+
mindspore/dataset/engine/datasets_vision.py,sha256=wsSUe9AkDcZDOuq5haQ8q-8wm6PO2aT6PDfO7UjlNV8,249189
|
|
802
795
|
mindspore/dataset/engine/iterators.py,sha256=98kNOkJqhaT_Tkzewhzc8ikejei2nWiSeEEmKDQxJ04,11835
|
|
803
796
|
mindspore/dataset/engine/offload.py,sha256=-MNIHZYMdy5LW0-a_tyiwMg4FwvHV6-VvLx8zDEkea4,21071
|
|
804
|
-
mindspore/dataset/engine/queue.py,sha256=
|
|
797
|
+
mindspore/dataset/engine/queue.py,sha256=H69v5H1IY8QidK_D4b-EgqvNC_l8NHBI8W_kBvtI1MM,9551
|
|
805
798
|
mindspore/dataset/engine/samplers.py,sha256=5kK_eYlzgNc9ynspC9AEc05F9xhz1SGO7zNJr13A1nI,36529
|
|
806
799
|
mindspore/dataset/engine/serializer_deserializer.py,sha256=Q4F914aYD2UfCCUJO2IAoKRUZVurablEfgs40DcuKd4,6133
|
|
807
|
-
mindspore/dataset/engine/validators.py,sha256=
|
|
800
|
+
mindspore/dataset/engine/validators.py,sha256=uE6-OR3zto6mmGIQ8FkUDcxwsNlPAjIYyffbTNVr-mw,104454
|
|
808
801
|
mindspore/dataset/engine/obs/__init__.py,sha256=n1zsZ6nMZBGo1b7sC9CGwR76EosHWmwcaib5WEeIzS8,911
|
|
809
802
|
mindspore/dataset/engine/obs/config_loader.py,sha256=73ZOjPp1J6Ysm6Vh5JkWciuLwlKkUe6All8j_QXoq5A,2203
|
|
810
803
|
mindspore/dataset/engine/obs/obs_mindrecord_dataset.py,sha256=R4YuXl6L25EDhSMUiCqtmANLXDs8zbUawcDrM100d_0,20781
|
|
@@ -822,13 +815,13 @@ mindspore/dataset/transforms/validators.py,sha256=0O12janQriXsLJnImDU6OmJXz8ZCsB
|
|
|
822
815
|
mindspore/dataset/utils/__init__.py,sha256=Q5S_xdiqUe_6pBlr_mB-t__ihR8mxbnxMYvsaHhT_ZI,829
|
|
823
816
|
mindspore/dataset/utils/browse_dataset.py,sha256=OPxWx2u_WPWJRC5xQrJ_DWtIt5Q6pa3l4S0Jqhi-gyk,9893
|
|
824
817
|
mindspore/dataset/utils/line_reader.py,sha256=LIjMy5DfBqPKsd1GWiUBXHzMXHJmJbkTkmOB4-wNehQ,4016
|
|
825
|
-
mindspore/dataset/vision/__init__.py,sha256=
|
|
826
|
-
mindspore/dataset/vision/c_transforms.py,sha256=
|
|
818
|
+
mindspore/dataset/vision/__init__.py,sha256=AhDjRYM6_Crds9kNeMygpB40AWHF1kHlEeWrFcmGcxo,3857
|
|
819
|
+
mindspore/dataset/vision/c_transforms.py,sha256=7-wLckCT0SYqSLIqRiwLwo7BfuR76LMLeQa1tr9jWlM,113997
|
|
827
820
|
mindspore/dataset/vision/py_transforms.py,sha256=qhuSmupiGfkOD7MZt2b2pQPy5upeL8tIk5xvcb3nmNE,84483
|
|
828
|
-
mindspore/dataset/vision/py_transforms_util.py,sha256=
|
|
829
|
-
mindspore/dataset/vision/transforms.py,sha256=
|
|
830
|
-
mindspore/dataset/vision/utils.py,sha256=
|
|
831
|
-
mindspore/dataset/vision/validators.py,sha256=
|
|
821
|
+
mindspore/dataset/vision/py_transforms_util.py,sha256=KCgyYRVH_fsYjHU6oxO4tdx3fhN_LFMc6_7IAEXXZB0,63480
|
|
822
|
+
mindspore/dataset/vision/transforms.py,sha256=r4kaAbq3p2VeQj9_rIAeNpoUofXOj1oUBS16ZwnVToE,293341
|
|
823
|
+
mindspore/dataset/vision/utils.py,sha256=8tgM123kJnHKc1EyzHzAxTXgHlFzKAyIDyAjjazUkDM,33007
|
|
824
|
+
mindspore/dataset/vision/validators.py,sha256=YwvVdcnAvTDaC4_YihpRsZo2aDdhmVoB6CUNgBiee9k,55845
|
|
832
825
|
mindspore/experimental/__init__.py,sha256=fAu6XFdC1AsA7J0EPNt4G7MVyaInThD4qr0Q-gKwxgg,859
|
|
833
826
|
mindspore/experimental/map_parameter.py,sha256=LIsx0mIXhbTOJKz4sSKq7tU8rXWjVnjt6sv8qUuc9J0,12670
|
|
834
827
|
mindspore/experimental/optim/__init__.py,sha256=SKb19syLqtHGXcn6L7yNDkf92PpHgNeVkesgpzooSx8,1694
|
|
@@ -845,14 +838,13 @@ mindspore/experimental/optim/radam.py,sha256=kArU4AwtF9U_iqZHyM8fiLP0VHBrUnG_ekb
|
|
|
845
838
|
mindspore/experimental/optim/rmsprop.py,sha256=CAbs-F78-QH4wXoYlWRUp6tp2a4Jl0FtQKvI6Hiw8cw,6942
|
|
846
839
|
mindspore/experimental/optim/rprop.py,sha256=BliRsMxAF36EyUdfwUw8k_WD7tg1iomAk4jZ6cUznFk,6829
|
|
847
840
|
mindspore/experimental/optim/sgd.py,sha256=ImVVgMwtckC1yEMk4Cer6UgEffJD9BJd6vkrfkTKArI,7206
|
|
848
|
-
mindspore/hal/__init__.py,sha256=
|
|
841
|
+
mindspore/hal/__init__.py,sha256=_3tKj5Or9UWOEVPazBvupFGx0UmbAjvePtzOrXSRCOA,1620
|
|
849
842
|
mindspore/hal/_ascend.py,sha256=C5-q7xxBzipq-40gWDyMKDpC2mg0oXKI-rE98L8jgMg,1999
|
|
850
843
|
mindspore/hal/_base.py,sha256=B8f47z3AbL5lxSLOeMl9qqg6edWlxC2ONg8VEU4uVfY,1914
|
|
851
844
|
mindspore/hal/_cpu.py,sha256=h-0j3mz1c79TA_KZL3DpdWdZFfnZIEWDvP51Csvx4Hc,1897
|
|
852
845
|
mindspore/hal/_gpu.py,sha256=qsm17MRIbwJhZ_GrHn3rPIEl4i-nE6If6u8SxfW-kOo,1818
|
|
853
|
-
mindspore/hal/device.py,sha256=
|
|
846
|
+
mindspore/hal/device.py,sha256=TXhUHO9dnoW_g8Oru5VekJXczFkaQNk_q-4WCpd4cG0,12809
|
|
854
847
|
mindspore/hal/event.py,sha256=DYzJIYHDbvMftDWsK5mgS1w4v_nI7Fi07Ow3Qr84W-o,6729
|
|
855
|
-
mindspore/hal/memory.py,sha256=9Ce2xuVReE0c5YrV2sNYxMhjEOwBB_gd5WcQLXqFzBw,11513
|
|
856
848
|
mindspore/hal/stream.py,sha256=7_RB3xdjK3q9w1nJwwf8heCmmZ8IfasTByRQ-djEl6Q,11562
|
|
857
849
|
mindspore/include/OWNERS,sha256=MCE5SqRIm1sTkDeH2dhooFk7E3YVhphosnH0IrsF4aY,90
|
|
858
850
|
mindspore/include/api/allocator.h,sha256=5SOStfZXpxSANnI_IWuOOhX8vkgVJjsqJUtJCFBkN1g,3283
|
|
@@ -867,7 +859,7 @@ mindspore/include/api/format.h,sha256=Ul_x3e_IDnvwLVsARyOBh9KpQUrsUJAVkXcV0moi5G
|
|
|
867
859
|
mindspore/include/api/graph.h,sha256=FBb1_kjHnILlAITPXVDsSROBDC5Rh51CZWkAfIY1s9Q,1365
|
|
868
860
|
mindspore/include/api/kernel.h,sha256=QWo3xwI95OEoekulXwQinv2HdNSs_IkxhyemwTDHMxU,1958
|
|
869
861
|
mindspore/include/api/kernel_api.h,sha256=icuxenAX1rFWNUaJlu4Xxggz25x2KVaM04zt0ZXS5U0,6322
|
|
870
|
-
mindspore/include/api/model.h,sha256=
|
|
862
|
+
mindspore/include/api/model.h,sha256=_YcFFYc-M15pjP7y6TKMH7fqdfblzxDM2BTCHZm_fWU,19844
|
|
871
863
|
mindspore/include/api/model_group.h,sha256=jxwl8INWYfEzfpFiphLVIZRWcf2gYpMnOOnBXM66j3E,2568
|
|
872
864
|
mindspore/include/api/model_parallel_runner.h,sha256=c_6AxA1BfC1EkjIlOzTu3YtBCcOjgWaJA8ZUHVre4FU,7229
|
|
873
865
|
mindspore/include/api/serialization.h,sha256=EQHVNdpFwP0SrXaQR4T73Z1UVRZf79sf0rqJe_DoC-4,10651
|
|
@@ -905,53 +897,45 @@ mindspore/include/dataset/constants.h,sha256=4nsnzg-HDHYf5aio9E4ScVz8VVKeCPyIonr
|
|
|
905
897
|
mindspore/include/dataset/execute.h,sha256=5SWK4XyCdDwwrZCwmgWG8r00-XHHTbtzk1nKewhJLBw,9672
|
|
906
898
|
mindspore/include/dataset/text.h,sha256=mfkJMhg8jCElVrVI6prnieO57VLjZ9QvCwmeIKbah8Q,50563
|
|
907
899
|
mindspore/include/dataset/transforms.h,sha256=lJWczXRLPOSymqZyYQA-eKOMZL2Fz_YexaVn_08VaGo,24597
|
|
908
|
-
mindspore/include/dataset/vision.h,sha256=
|
|
900
|
+
mindspore/include/dataset/vision.h,sha256=ajSxK9LOWXtbbkMcq5_LuKe--1lZM7pFtRQmXi1cj30,91495
|
|
909
901
|
mindspore/include/dataset/vision_ascend.h,sha256=KaWsU9QeQeP-rjmaUcD56-9E-NzhMR4M4hY2HLrLUlY,8472
|
|
910
902
|
mindspore/include/dataset/vision_lite.h,sha256=ytUaNrWLrMDgno5e87VjTFRWA7WRylD8CH6PaFeHCWo,26964
|
|
911
903
|
mindspore/include/mindapi/base/format.h,sha256=Gr0cwbC1R40_TOkdYJL1tCqnpPYzUJf8H9OpfjUQ9uQ,3322
|
|
912
904
|
mindspore/include/mindapi/base/type_id.h,sha256=dkilZJqERZYUVRNUbYj-2jE2jvglTiJ_hseEfOZrU-8,3501
|
|
913
|
-
mindspore/include/mindapi/base/types.h,sha256=
|
|
914
|
-
mindspore/lib/
|
|
915
|
-
mindspore/lib/libavdevice.so.59,sha256=emD21V6Tz2-arygIlvOAcmDm6lns3KmsPvPTxbJpbis,67304
|
|
916
|
-
mindspore/lib/libavfilter.so.8,sha256=g7TwgOex9RsMkDDH83TsbFT4uhV-jpl5IPl5ScysHJ0,3344600
|
|
917
|
-
mindspore/lib/libavformat.so.59,sha256=PHaMFcETjMDO_7Jdv5DL8OohUPaNK2O8QrzynLbhe-w,2427144
|
|
918
|
-
mindspore/lib/libavutil.so.57,sha256=4XSaRP87TMNGplDNsgq1c6N33RtepMlqh7BYtxisGaQ,658928
|
|
919
|
-
mindspore/lib/libdnnl.so.2,sha256=XvuwOcJTxNsLdn_V3iBXyyYSLrFNfBX1S-VEvNJct7I,15213640
|
|
905
|
+
mindspore/include/mindapi/base/types.h,sha256=WEFB9MZcFzFaqkQgaNn3xhuBKFQsjw57t2FHitFvjyU,2661
|
|
906
|
+
mindspore/lib/libdnnl.so.2,sha256=eziEQ3rWxXj35nmVfitmRAsZQYGi_523Vjpv9xklU6I,15213640
|
|
920
907
|
mindspore/lib/libicudata.so.69,sha256=qtk98kK2yY0dqge5gcu8PQcED9aWJiic2gdLo1SDzpI,197176
|
|
921
908
|
mindspore/lib/libicui18n.so.69,sha256=kyMdJdlXdsumE1Lu4yjAxc6L6mtu2TvjqaPZMQ4mnfc,3409888
|
|
922
909
|
mindspore/lib/libicuuc.so.69,sha256=uq1beSXuI7N1xkZhp75V5DwScLR_dTgEqqjYVQboqvc,2230144
|
|
923
910
|
mindspore/lib/libjemalloc.so.2,sha256=lGfj3vD9CsfXsvtUVtVBWeBigaxBwhhGx-gLwW-1vPA,592568
|
|
924
|
-
mindspore/lib/libmindspore.so,sha256=
|
|
911
|
+
mindspore/lib/libmindspore.so,sha256=3n5rMvEOPIEQpbLoDhlBpJi1_SJ6-ruC9DYa0Fv6Ask,722776
|
|
925
912
|
mindspore/lib/libmindspore_address_sorting.so.15,sha256=vXOQTj09ODwYJXBlp6k2r5ucI4oZyKZfmTiCV7heVg0,67152
|
|
926
|
-
mindspore/lib/libmindspore_backend.so,sha256=
|
|
927
|
-
mindspore/lib/libmindspore_common.so,sha256=
|
|
928
|
-
mindspore/lib/libmindspore_core.so,sha256=
|
|
929
|
-
mindspore/lib/libmindspore_glog.so.0,sha256=
|
|
930
|
-
mindspore/lib/libmindspore_gpr.so.15,sha256=
|
|
931
|
-
mindspore/lib/libmindspore_grpc++.so.1,sha256=
|
|
932
|
-
mindspore/lib/libmindspore_grpc.so.15,sha256=
|
|
933
|
-
mindspore/lib/
|
|
934
|
-
mindspore/lib/libmindspore_shared_lib.so,sha256=Ova4uIKnlNur0Qh8awE8tkyiuwL1RFHIEYhtMYKM7mI,3149344
|
|
913
|
+
mindspore/lib/libmindspore_backend.so,sha256=ZCY2gsdyrTDSRdVWUeHOtTIHb2ykfIvs4YNqs7M8y6w,129985784
|
|
914
|
+
mindspore/lib/libmindspore_common.so,sha256=44XuNRYU2zUl-Qq4N2-9ZcmAGwnG5fEw13j6V6TmzAo,6820936
|
|
915
|
+
mindspore/lib/libmindspore_core.so,sha256=liRrGSWsy9VC7G7xxdx5MdWmbXg5nQanpJV4T_pRdOA,93194280
|
|
916
|
+
mindspore/lib/libmindspore_glog.so.0,sha256=tJNYDNZjRNSXAyjF5zoUAyjojsOZWmsgMO4sNZ1vtUE,198672
|
|
917
|
+
mindspore/lib/libmindspore_gpr.so.15,sha256=mEFFJhMBPNNJvftTcyj-KXp5n0vkN0faKC5Ln-EVk9Y,658240
|
|
918
|
+
mindspore/lib/libmindspore_grpc++.so.1,sha256=yK1wwm3EjjS1S2MkIRv-rsZPG4tCsZa7IYr3HTGIHp4,657224
|
|
919
|
+
mindspore/lib/libmindspore_grpc.so.15,sha256=fAgENq95yzeRTyJfv3AIoiuiV5wz0_2rBWhEL-3L4n4,7639152
|
|
920
|
+
mindspore/lib/libmindspore_shared_lib.so,sha256=IwcAL33czsHfYNp6qCd7jL4asHyb7UgOwqeZqnTHhtc,3083808
|
|
935
921
|
mindspore/lib/libmindspore_upb.so.15,sha256=O64CwIGsZsiePiGW-AyY-Jv0Qbm2hvkzUY_pgoiGJ90,198560
|
|
936
|
-
mindspore/lib/libmpi_adapter.so,sha256=
|
|
937
|
-
mindspore/lib/libmpi_collective.so,sha256=
|
|
938
|
-
mindspore/lib/libnnacl.so,sha256=
|
|
939
|
-
mindspore/lib/libopencv_core.so.4.5,sha256=
|
|
922
|
+
mindspore/lib/libmpi_adapter.so,sha256=WzBrC1hoAPIyxHTj6LpOFR0E3-0_IGhF8CNXcbr_sbw,67392
|
|
923
|
+
mindspore/lib/libmpi_collective.so,sha256=jnsuaFK55wB7gOLoenStGl5MpMlhm_L3lkX8ROwERI0,132928
|
|
924
|
+
mindspore/lib/libnnacl.so,sha256=YXiB81ie4rwLLIYPk2srr5IX6q5w-LpGc1pHodtBWWs,1315176
|
|
925
|
+
mindspore/lib/libopencv_core.so.4.5,sha256=L6N05yTNPMK_t0Ln2dMXmECg5oQJJsjVRHb6umcV3LE,3676464
|
|
940
926
|
mindspore/lib/libopencv_imgcodecs.so.4.5,sha256=hPiTGf9SaCbMNDZT2SswN8lvrt7D6pXL8rRp23_xX20,1707864
|
|
941
927
|
mindspore/lib/libopencv_imgproc.so.4.5,sha256=UNsk8FZD_Dt9Nu0zTnu75tKvA0Q1DKrEDiOcDoVuhDw,3766016
|
|
942
|
-
mindspore/lib/libps_cache.so,sha256=
|
|
943
|
-
mindspore/lib/libswresample.so.4,sha256=uB641Rrgu6hZGgAm3fkm9dVRyo2EmuQWSdOtwHWQt4w,132840
|
|
944
|
-
mindspore/lib/libswscale.so.6,sha256=LL9aI-5yhczcLmwjnrwjnjE8JLiyiPJ2nEYrRR_rOac,394984
|
|
928
|
+
mindspore/lib/libps_cache.so,sha256=VRCM0RNoClL3NCT4i5WiFJQMF3XD1Eg6OCajCekzHXM,67392
|
|
945
929
|
mindspore/lib/libtinyxml2.so.8,sha256=_vb1L9C3QFHaOj_ixzFdwMLioenBDnA5JxgID93qmHY,133096
|
|
946
|
-
mindspore/lib/plugin/libmindspore_ascend.so.2,sha256=
|
|
930
|
+
mindspore/lib/plugin/libmindspore_ascend.so.2,sha256=ujso35MbRYa_bUJ1Nqb7t4J0XBSHFtO3TDD_swVZqHQ,95559456
|
|
947
931
|
mindspore/lib/plugin/ascend/libakg.so,sha256=IBhTIQX76334zPJl4_D7ORiPzkehXBP8JM-ejQOW_Vk,39002528
|
|
948
|
-
mindspore/lib/plugin/ascend/libascend_collective.so,sha256=
|
|
949
|
-
mindspore/lib/plugin/ascend/libdvpp_utils.so,sha256=
|
|
950
|
-
mindspore/lib/plugin/ascend/libhccl_plugin.so,sha256=
|
|
951
|
-
mindspore/lib/plugin/ascend/liblowlatency_collective.so,sha256=
|
|
952
|
-
mindspore/lib/plugin/ascend/libmindspore_cpu_kernels.so,sha256=
|
|
932
|
+
mindspore/lib/plugin/ascend/libascend_collective.so,sha256=0z_QmLWajsP0_mJ4LWyhHy_kieS7qks7ZSYDr0xX5rI,132928
|
|
933
|
+
mindspore/lib/plugin/ascend/libdvpp_utils.so,sha256=mGmmGfYpVh5U9YY3Nai4xl9gxIvajOGsPQdnEG2Bkr0,1313616
|
|
934
|
+
mindspore/lib/plugin/ascend/libhccl_plugin.so,sha256=iPDZs5vbvvxZOeSe4rwk02E0gmkqcNTxCEENaaFIPhw,67312
|
|
935
|
+
mindspore/lib/plugin/ascend/liblowlatency_collective.so,sha256=lFvpC82ERzjo-5n3WYmm0px64JlpAQn8Z7d3PozCkxI,132928
|
|
936
|
+
mindspore/lib/plugin/ascend/libmindspore_cpu_kernels.so,sha256=JDgvtF338n1UZ6VCml_B-j-r089m6GdbP8-loSXmCSY,40319088
|
|
953
937
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/config/ascend310/aic-ascend310-ops-info.json,sha256=awy4L9tdj3pGXrYdMGEnXnduZIoGGmnvucUhyYW4fJw,3006
|
|
954
|
-
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/config/ascend310p/aic-ascend310p-ops-info.json,sha256=
|
|
938
|
+
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/config/ascend310p/aic-ascend310p-ops-info.json,sha256=awy4L9tdj3pGXrYdMGEnXnduZIoGGmnvucUhyYW4fJw,3006
|
|
955
939
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/config/ascend910/aic-ascend910-ops-info.json,sha256=Vsz6BRCCfUqV0STiJroW5UuCh7r3UVdVad0033GUIBk,48659
|
|
956
940
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/config/ascend910b/aic-ascend910b-ops-info.json,sha256=Vsz6BRCCfUqV0STiJroW5UuCh7r3UVdVad0033GUIBk,48659
|
|
957
941
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/add_dsl.py,sha256=eoqW5IzUFHIQwTvmqjADOufEbt5itL1GLyskKL--sGg,1694
|
|
@@ -960,50 +944,38 @@ mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_
|
|
|
960
944
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/compiler.py,sha256=G9_kGWEG76J9Xg5Z2Ryv8Wqwj8LC02oQWdLBjjaONmU,2060
|
|
961
945
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/custom.py,sha256=8ueKO_O8aKSBaYurYW018V9MjKAWXLaf5TOQnlVil7I,43980
|
|
962
946
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/get_file_path.py,sha256=SIuevzal3j94x5UOptF65NIBY-pJ4VbVfC1AJrKzgjQ,1586
|
|
963
|
-
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/kv_cache_mgr.py,sha256=
|
|
947
|
+
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/kv_cache_mgr.py,sha256=bXSbQRuExGsc0LSfAgKj0lxgb2x06eU8rbF2OB3tdCE,11044
|
|
964
948
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/matmul_tik.py,sha256=B33PG0W5QnJeqTQ1jrB-uU3VKz-ASTjIwAMlqe8CFkA,9975
|
|
965
949
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/ai_core/tbe/custom_aicore_ops_impl/tbe_topi.py,sha256=rfhWhKVw3wjz12yKCjbcHuIr56_z345AXkhzu0_kbSg,19072
|
|
966
950
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/vector_core/tbe/custom_aicore_ops_impl/add_dsl.py,sha256=eoqW5IzUFHIQwTvmqjADOufEbt5itL1GLyskKL--sGg,1694
|
|
967
951
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/vector_core/tbe/custom_aicore_ops_impl/add_tik.py,sha256=2ulSqSwQAh6KiBd28cGJRwii995CwR9sEaCKsOEfdhU,2226
|
|
968
|
-
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/vector_core/tbe/custom_aicore_ops_impl/kv_cache_mgr.py,sha256=
|
|
952
|
+
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/vector_core/tbe/custom_aicore_ops_impl/kv_cache_mgr.py,sha256=bXSbQRuExGsc0LSfAgKj0lxgb2x06eU8rbF2OB3tdCE,11044
|
|
969
953
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_impl/vector_core/tbe/custom_aicore_ops_impl/matmul_tik.py,sha256=B33PG0W5QnJeqTQ1jrB-uU3VKz-ASTjIwAMlqe8CFkA,9975
|
|
970
954
|
mindspore/lib/plugin/ascend/custom_aicore_ops/op_proto/libop_proto.so,sha256=OR1-Pf-0qmrhdlHBqTs4gOq0V1i0eDHZT6MmaRe48AQ,67392
|
|
971
|
-
mindspore/lib/plugin/ascend/custom_aicpu_ops/op_impl/cpu/aicpu_kernel/impl/libcust_cpu_kernels.so,sha256=
|
|
972
|
-
mindspore/lib/plugin/ascend/custom_aicpu_ops/op_impl/cpu/config/cust_aicpu_kernel.json,sha256=
|
|
973
|
-
mindspore/lib/plugin/ascend/custom_aicpu_ops/op_proto/libcust_op_proto.so,sha256=
|
|
974
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/
|
|
975
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/aclnn_decoder_kv_cache.h,sha256=
|
|
976
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/aclnn_prompt_kv_cache.h,sha256=
|
|
977
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/lib/libcust_opapi.so,sha256=
|
|
978
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend310p/aic-ascend310p-ops-info.json,sha256=
|
|
979
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend910/aic-ascend910-ops-info.json,sha256=
|
|
980
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend910b/aic-ascend910b-ops-info.json,sha256=
|
|
981
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/
|
|
982
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/
|
|
955
|
+
mindspore/lib/plugin/ascend/custom_aicpu_ops/op_impl/cpu/aicpu_kernel/impl/libcust_cpu_kernels.so,sha256=JDgvtF338n1UZ6VCml_B-j-r089m6GdbP8-loSXmCSY,40319088
|
|
956
|
+
mindspore/lib/plugin/ascend/custom_aicpu_ops/op_impl/cpu/config/cust_aicpu_kernel.json,sha256=v9xfnWDaFbG1_rqRNVf1dHSUKo5EyT2X4LEzeppjYH4,434392
|
|
957
|
+
mindspore/lib/plugin/ascend/custom_aicpu_ops/op_proto/libcust_op_proto.so,sha256=AMlKAk0ZQA3Tltcw2ZW1a-B6-EFGyDKCyty9uXmmFEk,5179200
|
|
958
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/aclnn_add_custom.h,sha256=01riMt3NED7fkHrXDu7pd28Qz2EMaB3DW2IygHXaTlU,1031
|
|
959
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/aclnn_decoder_kv_cache.h,sha256=UgnM5qfo30x7c0z3gnF16qFU5A0fzRozFbldxczI1tE,1381
|
|
960
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/include/aclnn_prompt_kv_cache.h,sha256=mtYN6gDgIFUgWxg5aRFApQHwzrklyZAnyML9JdDO4yY,1375
|
|
961
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_api/lib/libcust_opapi.so,sha256=i5Ru6Ndwa_Lm8XskXkccXc4rL4pUgd0jopy0JVVJaBY,69952
|
|
962
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend310p/aic-ascend310p-ops-info.json,sha256=g9iKM9cT6qdBQDJgDtSnqBc404amfsVIM9aNglr7WxE,1281
|
|
963
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend910/aic-ascend910-ops-info.json,sha256=ctsRy1DUtDNRw6uSmwK0E_1YPuGt-Z43VsdJ-GhjdyM,7352
|
|
964
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/config/ascend910b/aic-ascend910b-ops-info.json,sha256=ctsRy1DUtDNRw6uSmwK0E_1YPuGt-Z43VsdJ-GhjdyM,7352
|
|
965
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/add_custom.cpp,sha256=1P8VdZ6g6yh1BVOnxMSpM_wZ3CeyehR4yIMQOmp3w_s,3094
|
|
966
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/add_custom.py,sha256=pbQxCGlMEX8CfV1sMLI0GBzvI4FZUeZAEoyeLhtPrOY,5599
|
|
983
967
|
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/decoder_kv_cache.cpp,sha256=g6De-hkDxcr_zMfJD-vbsds8NcM0ACDVQeS5RXHKjcg,6596
|
|
984
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/decoder_kv_cache.py,sha256=
|
|
968
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/decoder_kv_cache.py,sha256=oMiO2lH2kJy7aLUqJyIDphM00b13qOgj3BEXkDG4Cpg,6578
|
|
985
969
|
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/prompt_kv_cache.cpp,sha256=wNQ_MUnHgTXRq-4O8t9R98z_I0s-WQBiEftGGFsd8R4,10224
|
|
986
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/prompt_kv_cache.py,sha256=
|
|
987
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/
|
|
988
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/
|
|
989
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/
|
|
990
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/
|
|
991
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/ascend910b/all_finite/AllFinite_f55e0ebaad1f2f572e43677336992fa0.json,sha256=6P1vu3HqwvgnaATs3ezWp5ehkJZZSk53gPaNw2cI9v0,1672
|
|
992
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/ascend910b/all_finite/AllFinite_f55e0ebaad1f2f572e43677336992fa0.o,sha256=U9D1IXjvF_LZcdZRjRTvRkEpvZIPuVz9lJXKTJJH5I4,17832
|
|
993
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/config/ascend910b/all_finite.json,sha256=_LiR7szWMWvhm0KfOSmm99oHjeSGigEkrs91LB7mOJ4,2523
|
|
994
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/kernel/config/ascend910b/binary_info_config.json,sha256=PYyIJ7IEZsZAbcbnS8Ug2ie8o18qNfks67Ul0qOXuNQ,1209
|
|
995
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/op_tiling/liboptiling.so,sha256=MxB3YVazUZNSrwC3Gp_XAtY0wux0ob7Rt0kadqbNmJk,198624
|
|
996
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/op_tiling/lib/linux/aarch64/libcust_opmaster_rt2.0.so,sha256=MxB3YVazUZNSrwC3Gp_XAtY0wux0ob7Rt0kadqbNmJk,198624
|
|
997
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_proto/inc/op_proto.h,sha256=UpAERotbgAz6Exhzs3Sc3GrqT3Gs3_9GmTpCxcEugh8,1150
|
|
998
|
-
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_proto/lib/linux/aarch64/libcust_opsproto_rt2.0.so,sha256=qTg24_jlXjPR06LrqPcImnadpW9jWa-Dgr7IHTa6sdM,198624
|
|
999
|
-
mindspore/lib/plugin/ascend/custom_compiler/OWNERS,sha256=4wqfDfMAh49IqcapJRnZEqEPC8ALo-0I-sjMt3Ht41o,134
|
|
1000
|
-
mindspore/lib/plugin/ascend/custom_compiler/setup.py,sha256=FrShgMXglUodYO1srBXe-eo2IERfyiG0Cjt_NteXrIs,12130
|
|
1001
|
-
mindspore/lib/plugin/ascend/custom_compiler/start.sh,sha256=QwUZ0R3r3vURF1OIShT3og2O9RLPWGwHjWuwMpDSryM,900
|
|
1002
|
-
mindspore/lib/plugin/ascend/custom_compiler/template.json,sha256=yjXK_ubgPw67UMVa8ytoV_IWHsLVV5dIBn7gccmrmdc,597
|
|
970
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/custom_ascendc_ops_impl/dynamic/prompt_kv_cache.py,sha256=HFEmLAHKWjQ9LM45jf3KFJzV8ksn16NDZUZAdrMFMnQ,6567
|
|
971
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/op_tiling/liboptiling.so,sha256=Fm0N-B1XTA8EcQh5FuGWiU_pdF7a72HfTGCH_yVoqhI,198624
|
|
972
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_impl/ai_core/tbe/op_tiling/lib/linux/aarch64/libcust_opmaster_rt2.0.so,sha256=Fm0N-B1XTA8EcQh5FuGWiU_pdF7a72HfTGCH_yVoqhI,198624
|
|
973
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_proto/inc/op_proto.h,sha256=gpgS0ZnsBz1SwPbVRuZO9Z-b7MK-fbvsRL4894nPXIQ,1172
|
|
974
|
+
mindspore/lib/plugin/ascend/custom_ascendc_ops/op_proto/lib/linux/aarch64/libcust_opsproto_rt2.0.so,sha256=PXxdhRE4No-A6_YdFkEsReQr7G-515906u10mEz65-c,198624
|
|
1003
975
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/set_env.sh,sha256=A0dtIFUzo5SzjtorFd3f_RLp3K-Clc5-1FNyOQT9rDg,1487
|
|
1004
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/DeviceBin,sha256=
|
|
1005
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/PkgInspect,sha256=
|
|
1006
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/op_man,sha256=
|
|
976
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/DeviceBin,sha256=FTUZSxGvS6BKBJOvBLaCyqZYglGZybzQVsOTP7nNXuY,331248
|
|
977
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/PkgInspect,sha256=iwpLiw8hP4L-qtVje6Ewe8FQy65_CA362g1ZKjQVCgY,396816
|
|
978
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/bin/op_man,sha256=AHg0QyJo0cu-DqLFf2IqLfMHX4EpX6rr9YbtzgjJB1E,593424
|
|
1007
979
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/configs/platform_configs/AS31XM1X.ini,sha256=dfJPw69oCe_yNo2WKXDup6mA9P_wvHbXW25B7JB3VQM,28721
|
|
1008
980
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/configs/platform_configs/Ascend031.ini,sha256=s4-Dk-mA98egw3OO2Mw4MHhHgLL5W97CiJgJJtXuSno,19222
|
|
1009
981
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/configs/platform_configs/Ascend035.ini,sha256=rSO3VmUFNdNK0Yy_wzgh6wkSrRmpBH11QRFQ-zKs9z4,4525
|
|
@@ -1035,9 +1007,9 @@ mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/configs/platform_configs/
|
|
|
1035
1007
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/configs/platform_configs/Hi3796CV300CS.ini,sha256=pQSrNEmRb43V6C2lk2RJXwKeIj1PrGjzlq2BEMcxq8I,5882
|
|
1036
1008
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/configs/platform_configs/Hi3796CV300ES.ini,sha256=hM2JNoTx9b22SNXbNUMcfkpr32RI_FFryyU8tJeLIp8,5499
|
|
1037
1009
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/configs/platform_configs/SD3403.ini,sha256=JTJyEyjDH9krEkXSWDc8vGvBM3bBdrcT7kTkq6Z0rAc,5868
|
|
1038
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/device/ascend910b/bin/ascend910b.bin,sha256=
|
|
1039
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/host/libasdops_cann_host.so,sha256=
|
|
1040
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/host/libasdops_host.so,sha256=
|
|
1010
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/device/ascend910b/bin/ascend910b.bin,sha256=ELoC-WEGrwtV40ZsrGcylsDVR1nMaEVmbm1ZbqkaC_0,76648477
|
|
1011
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/host/libasdops_cann_host.so,sha256=MHfi4ecXrMLMQDlsV3lWoDBqRA7HKq_GgTzNp9ETU6w,264360
|
|
1012
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/host/libasdops_host.so,sha256=3tXb6Gez3bQW_QQldDLCN-kxhUr1YWyNb5MNX0MCOkA,5901664
|
|
1041
1013
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/include/asdops/kernel_info.h,sha256=PdF27S9HNrT6TeDs8ofyCrJg8MZnda2G2l-nwiFVZ9c,3435
|
|
1042
1014
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/include/asdops/launch_param.h,sha256=rMHx4QtEepY-7XoJEsE_OQUnTmu9UM8c6Ldfz3D3bJY,1774
|
|
1043
1015
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/include/asdops/op_desc.h,sha256=YhcjeUr--UlO1PShmBU9zxeM9FnhjAFlh1Mwpe0zgkA,947
|
|
@@ -1113,35 +1085,16 @@ mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/include/asdops/utils/stri
|
|
|
1113
1085
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/include/asdops/utils/strings/str_split.h,sha256=yYw4VYzPRXYsgTh1vzCAheO8G3C-zkh022t14fMjnhs,878
|
|
1114
1086
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/include/asdops/utils/svector/svector.h,sha256=8yJIdND1MgPuVZBcWSvFZWLrPvPX87ml0c4BK101ddg,8457
|
|
1115
1087
|
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/include/asdops/utils/time/timer.h,sha256=x8N7CYvYOBx81oRPfdkml9IRNdPYgXBJukrSAMrEYIg,960
|
|
1116
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/lib/libasdops.so,sha256=
|
|
1117
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/lib/libasdops_static.a,sha256=
|
|
1118
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/backend_param.h,sha256=
|
|
1088
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/lib/libasdops.so,sha256=ii5OQ_xA72_ZnhJC4GCYf8P7sTEsbGkqgkKlHITrx8E,789816
|
|
1089
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/asdops/lib/libasdops_static.a,sha256=2xH56azoTMLkRplBWAho8JgicNav7Zg-uRjYaVOVvYY,2014768
|
|
1090
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/backend_param.h,sha256=ji779bkykQZfLrtGHt-Fpx1xVo4H-r2uCczOeWglDCE,1881
|
|
1119
1091
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/data_utils.h,sha256=8pmu3mLR8so2nWc2Y7TANQuLF2WPIAp-fXHHcKt9nzw,6076
|
|
1120
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/internal_kernel.h,sha256=
|
|
1121
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/internal_rtbackend.h,sha256=
|
|
1122
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/op_param.h,sha256=
|
|
1123
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/profiling_util.h,sha256=PovIMXhDtxIzFtExic-HkPb_pKORU_oPq2R1AG80QZM,13321
|
|
1092
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/internal_kernel.h,sha256=srQ77rYMOcguh0dHOuUtqWc9lSVfgsalLOmC8GElIGg,2959
|
|
1093
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/internal_rtbackend.h,sha256=T2IaT5-rVLdGbT7ueUwGvJK2-4pt2YhTUzB0b5LIhtg,4057
|
|
1094
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/op_param.h,sha256=3ZkJ2ljXfJKi4KQW06vWfgMe0RAxbyU-qq9EAD2ZdHE,3186
|
|
1124
1095
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/types.h,sha256=plx1phjOb2DFjnPc3uDYJcVVPYCfIkohnDKbvihYi74,2659
|
|
1125
1096
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils.h,sha256=34C5vE7ZiT7KmS1_3q313tE5keLvGkNOh-kO6uckf0w,3006
|
|
1126
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/
|
|
1127
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/acme_op.h,sha256=4mpi7RuL9d4NX9kPmQQSwhkI0nprLY296733iM__TSo,2555
|
|
1128
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/base_type.h,sha256=B2yROOTBeoUYK72mJWuryTgqnEfxKnjbCj7eLQqxLl8,3506
|
|
1129
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/op_creator.h,sha256=eKxO3YPKLIC1qmVNg476M2Ik69uXAlUhdeZzYXx1yOw,1314
|
|
1130
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/op_param.h,sha256=1oHX07X8cq34cl3m1NS4KaR02fBOXZt8NCOD7ZpDGE0,1064
|
|
1131
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/include/tiling_info.h,sha256=Nx3aZW8jE15J3vvfe5qvB86eqqpQwcjpZlwhP8QgF-M,1857
|
|
1132
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/core/kernel_register.h,sha256=UHfNph3sBByybSftpDQ63BPN45gVGwTVEJqNK36X-7w,1139
|
|
1133
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/core/platform/platform_configs.h,sha256=7BCcNqJHfmSiz7NgQdztMiQPGKmmgftU49G_Ye2Svw8,2675
|
|
1134
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/core/platform/rt_funcs.h,sha256=aikojZGbXmxeklMnnDqtZO0lj6mguft_kYdIE4OyFSQ,5051
|
|
1135
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/add_op.h,sha256=9W53JwySpVcwKwg4jeD4qHsc6WkuuPhlVUohEcxcD9Y,1159
|
|
1136
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/asd_backoff_base.h,sha256=AthYluch416zE8YmFCns50T1dK-V3FOJAUe8X1Bc6AI,2567
|
|
1137
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/asd_elewise_op.h,sha256=0QhgLipLSDOi-XUuytvbHpoNvHKkdc_ql5puz5lGP8M,1215
|
|
1138
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/asd_ops.h,sha256=EeL5-Upb26pT8ShXMysvSD120deqcC4oTa-jbtR6hlI,3149
|
|
1139
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/asd_pa_op.h,sha256=40kZZBWQKUE0tJtQ3MDqrQhdwAWQfR9Htu89Lhlnc9k,1443
|
|
1140
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/cast_op.h,sha256=_VZDZ9zzxUx0yGk0ycSgetfhAaqidCKKlpnjc78UabE,1934
|
|
1141
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/ops/host_src/matmul_op.h,sha256=EFR1M_XRPHR1eoIz34J5kdGFCq8N-juvTeh1MzwsZI4,3410
|
|
1142
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/utils/asd_utils.h,sha256=nbHkxIHQnMzQ2zk1b80RlRGybLkE3CKnXunZfzhvi58,2548
|
|
1143
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/acme/src/utils/comm_utils.h,sha256=0YtNY6f4j3omi2aBiq3ME2MosA85zV6VCuauhTApcPo,1994
|
|
1144
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add/add_impl.h,sha256=G5Z_tSOWGiDekKbd70Uye2jBMlnslx76D9CJJuZ5kO0,1927
|
|
1097
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add/add_impl.h,sha256=Fau5q01Y8-uYmp-8pzfpJL5wAdvpDuYnXutkde6YJjE,1896
|
|
1145
1098
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add/kernel/add.h,sha256=zREHH2VGapkx1G-EgWFvoLMqnMOGoPgvUyGCDsL_x18,931
|
|
1146
1099
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add/tiling/add_tiling.h,sha256=VuZBhSPBNFLyyI3mV9WHpciR6qFLlUEN3beIjOMwSkE,1509
|
|
1147
1100
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add_layernorm/add_layernorm_impl.h,sha256=lWKqD-UTqGGkJJ_Z-ACvOAhtLiVB8sIO4nHL-uvoWYo,1793
|
|
@@ -1150,164 +1103,106 @@ mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add_laye
|
|
|
1150
1103
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add_rms_norm/add_rms_norm_impl.h,sha256=478lk2RMVyql5B6iYBmCR0yAGc5iu4Xga3_tjmWg6BQ,1704
|
|
1151
1104
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add_rms_norm/kernel/add_rms_norm.h,sha256=AyE3YTQZqAyn4IW9vW2S8MUgnfOFtRAvmIizbus4wTA,945
|
|
1152
1105
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/add_rms_norm/kernel/tiling_data.h,sha256=U6N-W6Dpiq6Tw92YGWyWvt_UnNfd6COjwnXDF3VV1EQ,1064
|
|
1153
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/apply_rotary_pos_emb_impl.h,sha256=
|
|
1106
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/apply_rotary_pos_emb_impl.h,sha256=BilbLDwM07-NmQ4Y8FT2fuT2PiEqsFUZwZqcakDk5Fc,1646
|
|
1154
1107
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/kernel/apply_rotary_pos_emb.h,sha256=TV7GxIKadQ5UjHxCZWwjh5mCVCi7-19nx86iwue3LZk,1015
|
|
1155
1108
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/kernel/apply_rotary_pos_emb_base.h,sha256=CqRhl7BT_IKmvV02tLcPKEPI0IPrGcr2Go_LDRIslK0,22564
|
|
1156
1109
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/kernel/apply_rotary_pos_emb_bf16.h,sha256=ZtQYzjq0a3-NzQ35jIge8ZBQkjyCBSGE9RIThjcAEK4,11085
|
|
1157
1110
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/kernel/apply_rotary_pos_emb_fp16.h,sha256=7hH0n8HhaiCzb3Hh44lcB06sQC5EZNqQf7cJPQmdKEg,6195
|
|
1158
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/kernel/apply_rotary_pos_emb_fp32.h,sha256=pjlHwHk9_Vr1tAXcBoAM7Bxoc0yL226Pvd8OAD_zugI,12167
|
|
1159
1111
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/kernel/apply_rotary_pos_emb_tiling.h,sha256=yEicIDIfTdVM9ooOaMgaoktc5Z-x4jeZ7W6B9Ot9nyQ,1360
|
|
1160
1112
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/apply_rotary_pos_emb/kernel/apply_rotary_pos_emb_value.h,sha256=V7tcljGtTU-Tw3JVBXHHTsKAGQjdGjY06pwNJ-UqWUI,1325
|
|
1161
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/asdop/asd_op_impl.h,sha256=
|
|
1113
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/asdop/asd_op_impl.h,sha256=YiUqeROpLMAwo1gcLBTkzq7SA4tP5GpFFx3uWYGtfUM,2031
|
|
1162
1114
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/cast/cast_impl.h,sha256=B_le1MsNFh6NSXH0O5SJIXqVkO9ScA25ibKxI0s49mk,1749
|
|
1163
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/cast/cast_tiling.h,sha256=
|
|
1115
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/cast/cast_tiling.h,sha256=vEsStGR0-0us7RxriLn5JEUHuWiz__9G_ynNSAzD22A,1549
|
|
1164
1116
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/cast/kernel/cast_kernel.h,sha256=AlGEOOQbqNEQcK35Wd7ATvgdCxrusH1-RWZT2rzYrDk,925
|
|
1165
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/compare/compare_impl.h,sha256=
|
|
1117
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/compare/compare_impl.h,sha256=90Wp5vUh3UEAzx1ucajHGqI4YrYkIIEtnhW_0TsI1EM,1924
|
|
1166
1118
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/compare/compare_tiling.h,sha256=efHtVQwUIL4TLDH43P7i-qUFW6fDAZIwwJxSoL0k8k4,1043
|
|
1167
1119
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/compare/kernel/compare_kernel.h,sha256=1rePcqJ-1gsV2P9QkgOsd4dNfcB3bQ1A591KY2AO3kM,1033
|
|
1168
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/
|
|
1169
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/
|
|
1170
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/
|
|
1171
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/elewise_binary_tiling.h,sha256=fmtpBvWsU3OSTBj1ayC7bHh4ufBdfl5DVzLWzLzlkAs,1019
|
|
1172
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/max_impl.h,sha256=igMYH8-fyUJnRosUb-7a8nmB-nhig9cK5oZ70nWba1Q,1048
|
|
1173
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/min_impl.h,sha256=CsFgSOBIV-fMeisXLEI9wr2CR3_91QdXchRpgof2FUA,1048
|
|
1174
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/mul_impl.h,sha256=qWLdqmWF-fjVPwJZ6WU600ueMRgsIxqyo5J1NZGQZ_s,1048
|
|
1175
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/or_impl.h,sha256=A5_RjXU-oeJdqAwqShtxVHhY6x86l_IYlOIchn42gzw,1042
|
|
1176
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/and_kernel.h,sha256=sWPe8k6nA_7FUtr93MU6L_zkTbUHgdVMEcH_YDyKlOw,1570
|
|
1177
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/div_kernel.h,sha256=hw5f55pUmaCq051vxBV6F4o_GO8NoKBKIG0JfJR103c,1561
|
|
1178
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/elewise_binary_base.h,sha256=ZJQK3dJcdJoyAc3fnwNpPnCWjX7gnCcQ-vXqbwchzY8,8687
|
|
1179
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/elewise_binary_kernel.h,sha256=kHY6C1vDwMNBPidnNEcfe415jGcfPOS8CUqI3dTKlIs,1904
|
|
1180
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/max_kernel.h,sha256=YhA4o0PQiwZSNHg-aQqV7bSOkVNNt7UnIwRI8FIw0As,2147
|
|
1181
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/min_kernel.h,sha256=gXctmKg-UHY3V7mygHIxuER-nrE1NrSXX2BWBAgu2x4,2147
|
|
1182
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/mul_kernel.h,sha256=QUsXWjlIwq_NKG88JX9CBRYDN86GT5POZ0BekRJs3Wg,2147
|
|
1183
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_binary/kernel/or_kernel.h,sha256=bP5KDDn7N1r2p9LDs2mrCtMC3CG4rWHODuE3V0DPGpM,1558
|
|
1184
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/abs_impl.h,sha256=kwpoq5o56VnHUOf24Scum9ScKSG8GwPHlj88nj6Q-p4,1045
|
|
1185
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/elewise_unary_impl.h,sha256=LXnVPAMq6qofG_MTJIZiTZOt7BBWqN19CESDmEBtAX0,1757
|
|
1186
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/elewise_unary_tiling.h,sha256=2ktuUo_oqUInVlMcgXS1GvAAfr5H00dV-K8pcN53ZMo,984
|
|
1187
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/exp_impl.h,sha256=Hmj4WgBXT5axNxGc_n-r3x5wc5aZxwA1OUh7HMuJoRQ,1087
|
|
1188
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/ln_impl.h,sha256=1FRnIMFeS6cGwd5Hy28M17sSA6jk6aHFvZP9EGYf2RU,1039
|
|
1189
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/not_impl.h,sha256=H3rgPrMBYp3_7yAP8crsSQ_oJ6Np15u1bgjurI3XuZk,1045
|
|
1190
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/reciprocal_impl.h,sha256=llQAjz7vXljipK_nk3TA99rnQsPnke5KrPMTSDx-Kpg,1087
|
|
1191
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/relu_impl.h,sha256=I81UGvVlBuvUi6AHlwDZtjFhB8jEYrn_4l0Nwdo_rQ0,1051
|
|
1192
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/rsqrt_impl.h,sha256=zNtyQptvkBhhQrlrg6-d9_kDMa9QGgT8jAZV-JAZQVw,1057
|
|
1193
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/sqrt_impl.h,sha256=gYOUrxp92YtnPc71wg1MPRKKY-SOZC6ChqzGBt1z0fQ,1051
|
|
1194
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/abs_kernel.h,sha256=VxIsTEvpqH9_XGdyJoDXTRAdHN5ijvVBkj1OHa7eFbs,1526
|
|
1195
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/elewise_unary_base.h,sha256=dN-jBz7mi0iPXc4gqyVrKwNuHkxfgaJ9QmWSLqXovKI,4933
|
|
1196
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/elewise_unary_kernel.h,sha256=BKenxLMZgRhoiA-iCg5Mu65oM_pZcZ4sLoTKbipA4TI,1828
|
|
1197
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/exp_kernel.h,sha256=PD79SdsfKkhBeAS5O3hIDOkq9PY0uE8SHnCMFdbrOjA,1526
|
|
1198
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/ln_kernel.h,sha256=OYkEkbOAcQg3wWsMPj9i5Y6NUhsfrX2oupv3G5eotP4,1513
|
|
1199
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/not_kernel.h,sha256=vyiXhk5Nd8QIeO86U_Fiy58PuKPPRzRSo7nKU8F_fTQ,1535
|
|
1200
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/reciprocal_kernel.h,sha256=LnPzZxUGs8vG_VvrB30YodVjBYP-9AfJLXRt4FTIf50,1613
|
|
1201
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/relu_kernel.h,sha256=1Exp7dCNrRVsiqgPZ5JG-soZbWZeYekyiZ8i-gi-9Dg,1827
|
|
1202
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/rsqrt_kernel.h,sha256=eeUkjMlYAgbPXRmwSi7iCmpAXWoGUw9QjiDfEgtk8yI,1550
|
|
1203
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/elewise_unary/kernel/sqrt_kernel.h,sha256=_CLtZQdpaURnBe5PbHRg8I3K0vt47ZL08wdzFqOf51Q,1538
|
|
1204
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/flash_attention_score_impl.h,sha256=TcpqJ7dfBocHxzkaxRBnG2fGe0cdu69nSBwG4GlEX9c,2230
|
|
1205
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/flash_attention_score_tiling.h,sha256=i0Bfkb2XzIbN1JDqM8q5f2koCq6LQW8gnOs3zQAI0Pc,2521
|
|
1206
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/kernel/flash_attention_score_mix_hwsync.h,sha256=dwSgshSRh66GWXWi7M8GkaMUvLve5Q5KyeXpr1X0KDo,2057
|
|
1120
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/flash_attention_score_impl.h,sha256=SUdReopy8iUzWcaLs_31uSZeFEG3kf-w36YNOVUDdH0,2250
|
|
1121
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/flash_attention_score_tiling.h,sha256=DcwH4sXzlD4fahipzZAAYSjR-dQvRRz3PYHQWm3DuPo,2090
|
|
1122
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/flash_attention_score/kernel/flash_attention_score_mix_hwsync.h,sha256=SXIzERblrGw6w0Uc_xlip6lS09GOpHWHyX1P5nsx_Sc,1638
|
|
1207
1123
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/gelu/gelu_impl.h,sha256=dCTOBsiztG6C3NJdJTbe3clfhY7-KT__iSJIJwOUW3E,1621
|
|
1208
1124
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/gelu/kernel/gelu.h,sha256=_srC1sn79zhv3V2JozPKIAsoHwCe4PS7QPRVZoV2FRY,921
|
|
1209
1125
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/gelu/tiling/gelu_tiling.h,sha256=4vbQVHDQcjpdac82BQKvzyO_3I1NVa8NWEFFBynh5mU,1384
|
|
1210
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/grouped_matmul_impl.h,sha256=F-tdxfImMtsy7f_uYD9-NeIT0ENWcKGiQMg34emR2jI,1730
|
|
1211
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/grouped_matmul_tiling.h,sha256=h1FwCbVCGKQPMfLHYuBzTk5iinT0CKmq6nRnPiUvyHw,6349
|
|
1212
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/tiling_data.h,sha256=3sShpewdM5cpPh3Mj0nEHRKJqjsuAONtJJjiknErd_g,1275
|
|
1213
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/kernel/grouped_matmul.h,sha256=AJOmbK-MIxQO0LYa3n1d70KuN8eDz1BIwQRUPrOCzF8,8469
|
|
1214
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/kernel/grouped_matmul_interface.h,sha256=mT64NR1GEyDm-FZvD2gE1qmhl-7TDSYV2yv1oF9-N3I,1062
|
|
1215
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/grouped_matmul/kernel/grouped_matmul_utils.h,sha256=_83SctUVsCAGrLpckMIB1uyhCyqM6L10yCgwJmRPOXg,3871
|
|
1216
1126
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/lccl/lccl_wrapper.h,sha256=qdzD4HVUvdq-Zs59SgVe812oc1EeSeeC8QKJpy0VSgk,1954
|
|
1217
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul/matmul_impl.h,sha256=
|
|
1218
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul/kernel/matmul.h,sha256=
|
|
1219
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/pp_matmul_common_tiling.h,sha256=
|
|
1220
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/pp_matmul_info.h,sha256=
|
|
1221
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/tiling_data.h,sha256=
|
|
1127
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul/matmul_impl.h,sha256=1IzlK1WgFONi0uR1VJy9RDRuVsMGnlymHv3JYaTb0aU,2831
|
|
1128
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul/kernel/matmul.h,sha256=ekSXYY5taWMTYiIuHsdI2UkfRTM6N6vtN2-5wmMMuQw,1009
|
|
1129
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/pp_matmul_common_tiling.h,sha256=oFGlo32uRzcgO9_YIk-Ovo7IF2gZY8Ggnt8o5r2MmSw,6543
|
|
1130
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/pp_matmul_info.h,sha256=onDO_Qdy1TtkvwDaC97IUTXfkOiHFHbQXZZ_O8qUq-M,2149
|
|
1131
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/tiling_data.h,sha256=Dr_ZEpY8luYqpgnYx09udNE2CuA8JOW98zM_CzCL528,2787
|
|
1222
1132
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_common/tiling_utils.h,sha256=hMFa7WX9gXxrpwSkw6GJ4PupdRzGA0JAWtnn7meJpq8,1743
|
|
1223
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_stridedslice/matmul_stridedslice_fusion_impl.h,sha256=
|
|
1224
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_stridedslice/kernel/matmul_stridedslice_fusion.h,sha256=
|
|
1225
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/paged_attention_impl.h,sha256=
|
|
1226
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/paged_attention_tiling.h,sha256=
|
|
1227
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/kernel/paged_attention_mix_hwsync.h,sha256=
|
|
1133
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_stridedslice/matmul_stridedslice_fusion_impl.h,sha256=HK5bO_fRaE8afG5iUCk4pBJMRZ0AN7WonorwGGxwxeM,2638
|
|
1134
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/matmul_stridedslice/kernel/matmul_stridedslice_fusion.h,sha256=l9Cl-PdZPevYs_SyPpEHB92nZTkx4PxanCwQ6kyzLOw,1158
|
|
1135
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/paged_attention_impl.h,sha256=8UPvKC43-F-dUjIlJxsZ7BJu6b8L_w_lUwCZ_30tf-8,2179
|
|
1136
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/paged_attention_tiling.h,sha256=g2VAa-M81S018-zKxnoA8CFiQwDRgTMgyohnoDeb1KU,2030
|
|
1137
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/paged_attention/kernel/paged_attention_mix_hwsync.h,sha256=SXIzERblrGw6w0Uc_xlip6lS09GOpHWHyX1P5nsx_Sc,1638
|
|
1228
1138
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/add_param.h,sha256=A1XphB-jCVecM_Nuwn_PAvl_KHYgzQapy45paRtELw0,1968
|
|
1229
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/attention_param.h,sha256=
|
|
1139
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/attention_param.h,sha256=3tEjb0wJ1E99PNdprOmsf7VPj__whSQfr0tovPU3NTM,1062
|
|
1230
1140
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/cast_param.h,sha256=Fu89nkTBiZL-6BgHz9P8De7UOqxbyUny9m-lR8mQbjo,889
|
|
1231
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/
|
|
1232
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/
|
|
1233
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/
|
|
1234
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/matmul_ext_param.h,sha256=eVD_mT2lpmlPh1BQSHM2jrJT9ZJRYUqqjFqfykKzLQc,1067
|
|
1235
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/matmul_qkv_param.h,sha256=p0djyFl1M-8911O9g9KYpereuMgbeolSsNWkRG-rU1c,1483
|
|
1236
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/sub_param.h,sha256=X8nfVfXU4bmd2_Mnefa7XlykzdgKX57XMy5jW08lcs8,950
|
|
1141
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/matmul_ext_param.h,sha256=UTgL426iuJwQ7aWAI8Ewh_LlVHroRa-hen8eWlb0_lk,1044
|
|
1142
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/matmul_qkv_param.h,sha256=5sLRK9IZ9SnkXZd0f501o59Zajbe8IAsagkh5UhaywE,1177
|
|
1143
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/param/sub_param.h,sha256=1r_hvL-mlUXci2zkEF3XcwYOV_v8Y0-OIimD_VU9lD0,1318
|
|
1237
1144
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/reshape_and_cache/reshape_and_cache_impl.h,sha256=IR_ivbrWsMVZmWhcxW9xnFsaZeRA9AKVa6garkmCINk,1524
|
|
1238
1145
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/reshape_and_cache/reshape_and_cache_tiling.h,sha256=z4Cs_MIrCcQLSsiROJxpwdTRKWLFgUWb8IQcK2-OYSU,854
|
|
1239
1146
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/reshape_and_cache/kernel/reshape_and_cache.h,sha256=TT73GUWWGVqR7iussGaWZsalRIOFcJ8QfaqvCqMKfCg,1032
|
|
1240
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/rms_norm/rms_norm_impl.h,sha256=
|
|
1147
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/rms_norm/rms_norm_impl.h,sha256=l-ncul1RToOZ2zt6wS09JHYWEpPs7yXKKRfWw064icM,1687
|
|
1241
1148
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/rms_norm/kernel/rms_norm.h,sha256=l5WELqa32-jYl9SzDh_GTtCTh6Rqorcd6T0T_rOzO3k,902
|
|
1242
1149
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/rms_norm/kernel/rms_norm_base.h,sha256=UE-HW-OZd5KTy71Mvylwj8NnQTIveHNdZuZkTKIZI2I,6555
|
|
1243
1150
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/rms_norm/kernel/rms_norm_normal.h,sha256=qr2xIg7RQz17zCm8qZ_CXoRerz-Cqkm0-gQgWmMiRnA,9939
|
|
1244
1151
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/rms_norm/kernel/rms_norm_split_d.h,sha256=7Ls0EIMsbKVGVeweuJSo-Ea0TLPETm4c1w8mOR9vdko,11228
|
|
1245
1152
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/rms_norm/kernel/tiling_data.h,sha256=GMEslggacJJmryprzPxYUai5dVuKAIIBoBkNeqfhahg,1051
|
|
1246
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/sub/sub_impl.h,sha256=
|
|
1153
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/sub/sub_impl.h,sha256=iGtAxaHNgcNsOcbFzc5Z45Mhml_DqO_So8NBUoxMW0M,1639
|
|
1247
1154
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/sub/sub_tiling.h,sha256=osSSxZmqpa55TqdZ50p1x7uYKkdR9Hz1TXD6Z1EWi4A,976
|
|
1248
1155
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/sub/kernel/sub_kernel.h,sha256=ABM6liFEcy-9GqchtH-jzgp1qDZL-uro7mibIP9Izgc,902
|
|
1249
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/tune_repo/matmul_table.h,sha256=
|
|
1156
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/tune_repo/matmul_table.h,sha256=5ttrnTFuVJMQXeCVD-u2kQQlMsVNLlURE_LNW1az7rQ,25838
|
|
1250
1157
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/tune_repo/utils.h,sha256=52oTTW9s5ipx1iYy7IhB6s5PAyLpvfP5YPeqX3fz1Xw,1317
|
|
1251
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/backend.h,sha256=
|
|
1158
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/backend.h,sha256=I24ZqB85Rg8xaRUA3AFW6hmXb_s0eeXCZ8V0LwLitDY,1261
|
|
1252
1159
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/elewise_tiling.h,sha256=_5RzLLvD7GM5VEtfN6ndA3y7hlOAQd-DubnWgHbLNX0,1019
|
|
1253
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/elewise_utils.h,sha256=
|
|
1254
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/math.h,sha256=
|
|
1255
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/
|
|
1256
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log.h,sha256=0TvkD--qgoW6b7_05DD8TRwsN8SxKPVUKvl20hgBdZQ,4398
|
|
1160
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/elewise_utils.h,sha256=MjujoLdAcgNxL7oTt-4PYh_mNyvdy7onFmBN-pKFDk0,1496
|
|
1161
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/math.h,sha256=tXJPL5hDf9kNQM7wH_dy5X0s7diQU9hPOwc4_80Lgo0,1034
|
|
1162
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log.h,sha256=x2NkOOW9o7CT19DLumuO3qHV2_3s9GD7XJKlTdvkZe8,4365
|
|
1257
1163
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log_core.h,sha256=58BJ7VPqr-GDNRLeu9GBZEFB92Uc6Xp-nKvWfVCYXLk,1324
|
|
1258
1164
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log_entity.h,sha256=6dgUCUnqhigyOXIpsErCAFSJc9v31UOowOBVNcxXv74,1145
|
|
1259
1165
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log_sink.h,sha256=dmjich9Dt7faqB-N-Z1WcjTjZe4xZOkdQGWFVj7aSXY,1778
|
|
1260
1166
|
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log_stream.h,sha256=BUKjZ2L4rhkb0uMplHf_Q2PBudCcC2fhK2KPTTn8V0E,1194
|
|
1261
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log_tiling.h,sha256=
|
|
1262
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/
|
|
1263
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/
|
|
1264
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/
|
|
1265
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1266
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1267
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1268
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1269
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1270
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1271
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1272
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1273
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1274
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/
|
|
1275
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/
|
|
1276
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/
|
|
1277
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/
|
|
1278
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1279
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1280
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1281
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1282
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1283
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1284
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1285
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1286
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/
|
|
1287
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_bf16_bsh_full_mix.o,sha256=kNzAL1cGdcKPWPxiHG2HJpq-YjjzkRIMN0wXSDhnGno,98056
|
|
1288
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_fp16_bnsd_full_mix.o,sha256=ev9t3-LP_XPyFG0JFH0anBmN1IMrm9--VDo18Dyr1J0,94776
|
|
1289
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_fp16_bsh_full_mix.o,sha256=qQbyBwBRFYcN_vKHxp_szJIeFozdNg_mA3DK4hnFvwM,94784
|
|
1290
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MatMulPostFusionMixTactic/matmul_postfusion_mix.json,sha256=OsHzDOLJlS9ptLHmjjk5dQOG3FFYkHwI8lezMtCe48s,413
|
|
1291
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MatMulPostFusionMixTactic/matmul_postfusion_mix.o,sha256=N8IS_bKeskVdCiAZo53r0ZIA6qRW0uiUdDesbve2UO8,117872
|
|
1292
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MatMulPostFusionMixTactic/matmul_postfusion_mix_mix_aic_0.o,sha256=4mqdLQeMgXhL9sOvzsFlfro7OCa49jFhjTRlTSjJZ0w,95432
|
|
1293
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MatMulPostFusionMixTactic/matmul_postfusion_mix_mix_aiv_0.o,sha256=ExPTXU5Wyhxh5j-I4YIywMrDt6Auy4SLaBlc-VFZU70,20096
|
|
1294
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MultiMatMulPostFusionMixTactic/multi_matmul_postfusion_mix.json,sha256=sbAq2xgESRDablRFqzly96c-6R-dOThr6ofbjJ-h-YA,425
|
|
1295
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MultiMatMulPostFusionMixTactic/multi_matmul_postfusion_mix.o,sha256=kzDuh6KQ5G1MalfMNxnu8O5UEyVzGrQHzNxYY56-UDI,159128
|
|
1296
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MultiMatMulPostFusionMixTactic/multi_matmul_postfusion_mix_mix_aic_0.o,sha256=U1DFuEeKGPXzlhLkdags-V8_Y5VPTpEIWOtnAJynSeU,142208
|
|
1297
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/MultiMatMulPostFusionMixTactic/multi_matmul_postfusion_mix_mix_aiv_0.o,sha256=d09M2LDZ6zNA-_5f-tfr0_3AanlMXZmT9Och-eKGfVU,14760
|
|
1167
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/include/utils/log/log_tiling.h,sha256=a-b_Tz6-1549OfsT5glpTznwlOcgWATGB8G2pNiY_EM,2303
|
|
1168
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libAdd_impl.so,sha256=NSrXDCMf2s8q3aZntmcdOUtWpZ2SIt50aEfScugYEfc,207000
|
|
1169
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libSub_impl.so,sha256=Ls4SLBCENKYd-youIHXgTBye0W2fiIEqIwrTZm025uc,108544
|
|
1170
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libadd_layernorm_impl.so,sha256=yVrQajyej3U7dNmVWgZFC790N7qOLeYngyM1em2SrxU,255032
|
|
1171
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libadd_rms_norm_impl.so,sha256=RtMGJZCjy7clPb3pbJY8ML25QPRWvvy9KBypfXpSjQ8,244864
|
|
1172
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libapply_rotary_pos_emb_impl.so,sha256=0Ja9gkjT6pkdtaRePt_4RP3IpUADLG-uynVPn7DXj1Y,169528
|
|
1173
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libcast_impl.so,sha256=E6oqXU6dvySEQMHg54ONr0a6BFWZvxqhEzNZabqU0kY,211640
|
|
1174
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libgelu_impl.so,sha256=TkVCVwCJF178baJ38jvBWGM9rxK-21ZR1LoLCdydsKE,122584
|
|
1175
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libmatmul_impl.so,sha256=i4o9Nt1Bb5IhyH7SBuwlnBrBtmkzZp-HzTPWqeGPfwI,252984
|
|
1176
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libmatmul_stridedslice_fusion_impl.so,sha256=N0UeUPJjgvQ2A6F3Jg8YMt6aRD5QBcwqNn6SSM8b-_w,255344
|
|
1177
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libms_kernels_internal.so,sha256=1WBplpmV-1i8icBrOsUseWVVu-h13cFyCdENW6eYP0g,2477320
|
|
1178
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libnot_equal_impl.so,sha256=5psQNSQfRh1a2-aMmJtvD55Ws70vUQGlIODuKuIHDg4,199216
|
|
1179
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/libreshape_and_cache_impl.so,sha256=dn2kWy4WPuxOivJil3Ap3tk5erXwxqS-YPn6Hzi0Pf0,99248
|
|
1180
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/lib/librms_norm_impl.so,sha256=-Fm_1gYgwv3HboxjNlgeut_gLcqtTM7pCRFFD0q1lLM,211552
|
|
1181
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_bf16_bnsd_full_mix.o,sha256=YmO1KdejFXsmXyJAyu1HQxXnDcaqQCB4Q8kIojDXIFE,50792
|
|
1182
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_bf16_bnsd_tri_mix.o,sha256=K3ZVvAQ6Y4d2C4UfscimHz6SsRaDyrCP4kikCfULFJY,55712
|
|
1183
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_bf16_bsh_full_mix.o,sha256=TwXkBOLbdTedMpsEy5BEvGdxkMZ7t875cpBP1iuWDLw,50832
|
|
1184
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_bf16_bsh_tri_mix.o,sha256=o3BkHcY0lq8anjzC7qL4fbSIz9JXJTNfwLqDUWCRhYg,55696
|
|
1185
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_fp16_bnsd_full_mix.o,sha256=eCy1GrqHjFgc7pt_KAlT5bL6roZXMJa5YuJCRtXNjNg,49696
|
|
1186
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_fp16_bnsd_tri_mix.o,sha256=8j1Ae36lEG_gR0p2DIFqf5wfREy1TQWgQMW3UqKXaO4,54704
|
|
1187
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_fp16_bsh_full_mix.o,sha256=fOH4z-IkAS6SlS-U02IMXGvmB6PKgl0PrcZjbRUiviQ,49848
|
|
1188
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/flash_attention_score_fp16_bsh_tri_mix.o,sha256=XjiQAmqVFB-Uheh9j1EL_3Xgprp-ZgxCelJHpFbP5j4,54928
|
|
1189
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_bf16_bnsd_full_mix.o,sha256=ogaHFVZH6iKOn4AN7cdo1UHnJQQplDhH2sgLlTGJ1Kc,51304
|
|
1190
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_bf16_bsh_full_mix.o,sha256=L05S-qLDtKYJ7ixrErDeqaX57cSWCa-HwLMZgWXyMU8,51360
|
|
1191
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_fp16_bnsd_full_mix.o,sha256=yfcXSRm_2xFow-ys79tVT2-l2yewsNajlPK8WrX5hEw,50536
|
|
1192
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/internal_kernel/op_kernels/ascend910b/BSAttention/paged_attention_fp16_bsh_full_mix.o,sha256=WSGIfcpvECrzp3_DPosZwMEY9_jDbJp0dKa6QfQ5Ihc,50624
|
|
1298
1193
|
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/include/lcal.h,sha256=GWVs9qgIgc0fIDgL7S4zrKq5PR1squLQ2dR2e31f_CQ,765
|
|
1299
1194
|
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/include/lcal_comm.h,sha256=qusUAKYbmbXFZhA5_KGpHJc2Pmn-38EzgS3ko6e5REY,2179
|
|
1300
1195
|
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/include/lcal_types.h,sha256=kBtWEiGrMGXIdVMMfzHM46JU_jz_CTfCFGeONh7vx-o,3319
|
|
1301
1196
|
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/include/lccl.h,sha256=XqaEfTmoMSvP03ogffRR-H3PSdItHa-HHcONzoQtuWw,1813
|
|
1302
1197
|
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/include/lccl_wrapper.h,sha256=qdzD4HVUvdq-Zs59SgVe812oc1EeSeeC8QKJpy0VSgk,1954
|
|
1303
1198
|
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/include/lcoc.h,sha256=5V-OVOBIaRJGnQXPJXvF7CViz8lK1WNo3pVsYjCCKuI,5715
|
|
1304
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/lib/liblcal.so,sha256=
|
|
1305
|
-
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/lib/liblccl_wrapper.so,sha256=
|
|
1199
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/lib/liblcal.so,sha256=MjEAfMC4mWym5KtdaVe2IVa027rhPab-CNoyKLeHVLc,9939944
|
|
1200
|
+
mindspore/lib/plugin/ascend/ms_kernels_internal/lccl/lib/liblccl_wrapper.so,sha256=f1i94l5C97lzsd9OXCQ17-Ub6rd3fXjpAONGP68IthE,180768
|
|
1306
1201
|
mindspore/lib/plugin/cpu/libakg.so,sha256=rvv32wUNuwFPqS7xUEp_CCnFYSgus9sC18hYMHDZLic,106723720
|
|
1307
1202
|
mindspore/mindrecord/__init__.py,sha256=Us6yGQ8zv2sXot2Xv4gM1TQP202EjUrrpc54-yQvlck,1863
|
|
1308
1203
|
mindspore/mindrecord/config.py,sha256=BY6UCKJ0DE2ZWWO8q-dSgrFprejj0LkXwMIGMbBngO4,27777
|
|
1309
1204
|
mindspore/mindrecord/filereader.py,sha256=bvZ0BTPpe17Yw-kDSAkQCKn7qdn4zpCsqzvZV_WwcoA,6416
|
|
1310
|
-
mindspore/mindrecord/filewriter.py,sha256=
|
|
1205
|
+
mindspore/mindrecord/filewriter.py,sha256=MfnMum2agpPqPxA1z-ahooHXM3TMm9fK6N-pc6NWbm4,29812
|
|
1311
1206
|
mindspore/mindrecord/mindpage.py,sha256=FGQ2oyX0ruWNrqjsqBio6ie79qs7a6DrlBTocOtW5RY,8137
|
|
1312
1207
|
mindspore/mindrecord/shardheader.py,sha256=q5_SCnpd-Xa0A1s5FUX4RdaFHBHRbg73PS3VrYpgbTk,3840
|
|
1313
1208
|
mindspore/mindrecord/shardindexgenerator.py,sha256=7UVGTuMcxXxjt2F-49o_0v1Cvvgvy5Ih_s3pZpJkrmg,2477
|
|
@@ -1328,49 +1223,47 @@ mindspore/mindrecord/tools/csv_to_mr.py,sha256=iQaAML2tdO4EAlXgVvXpB0J9g4NIE3ixb
|
|
|
1328
1223
|
mindspore/mindrecord/tools/imagenet_to_mr.py,sha256=sQjKMxG--AbIFckAk-CC92Sa0Sg0tvkV4TCDJ9nT6aY,7653
|
|
1329
1224
|
mindspore/mindrecord/tools/mnist_to_mr.py,sha256=GqfmBT15ZTn0pxiM_dQtp1NSpG-Dd4T4AVQI2FyvTZw,9332
|
|
1330
1225
|
mindspore/mindrecord/tools/tfrecord_to_mr.py,sha256=ZR_z7bjvIOcjGYB1tYqOLtHdsV4Z7mQsNwqJQx1pqOc,16117
|
|
1331
|
-
mindspore/mint/__init__.py,sha256=
|
|
1332
|
-
mindspore/mint/
|
|
1333
|
-
mindspore/mint/nn/
|
|
1334
|
-
mindspore/mint/nn/functional.py,sha256=Se0D4kBbvk6yBQZpgl0iBjBweFEuNGquvN2Zx7uNrgI,10495
|
|
1226
|
+
mindspore/mint/__init__.py,sha256=rXnAGMEU3h81jyhDE3RUFpC4q3UscHM8oZJeXcEqrmc,5943
|
|
1227
|
+
mindspore/mint/nn/__init__.py,sha256=NPO39yXQGKvrnjMpUhT6_g4puUZslQZaDX3PDK-MUBs,2894
|
|
1228
|
+
mindspore/mint/nn/functional.py,sha256=vu7gyCHfFSqCeLVAPl2wiGo9j-zS8f_DmbhSLJQxheY,3455
|
|
1335
1229
|
mindspore/mint/optim/__init__.py,sha256=CcRxzJLpiYiaaeKnQDlgZ16YDwQxIko4H0aOh_32HL0,908
|
|
1336
|
-
mindspore/mint/optim/adamw.py,sha256=
|
|
1230
|
+
mindspore/mint/optim/adamw.py,sha256=_nrbb6kKDP9WeU7_AKrutLZP3ieHORjqf-Ia0sfID5Y,10227
|
|
1337
1231
|
mindspore/multiprocessing/__init__.py,sha256=8l79rOsNL5HhNdv9JNU5Lc2WxDXiW-lNCIPvYqdDIIA,2610
|
|
1338
|
-
mindspore/nn/__init__.py,sha256=
|
|
1339
|
-
mindspore/nn/cell.py,sha256=
|
|
1232
|
+
mindspore/nn/__init__.py,sha256=P4ItcQ2N3HN98fE-9BvXa9E-yIXneDxhfssMMldDdF8,1824
|
|
1233
|
+
mindspore/nn/cell.py,sha256=joYC9MmqASB01K3TIS0a7XHGyVdWOpwHEHpiuON9Pn0,112002
|
|
1340
1234
|
mindspore/nn/dynamic_lr.py,sha256=gcBBWdlywbA8e5e5MiisVgwJkvVrIni-uFamCOJy_f4,19807
|
|
1235
|
+
mindspore/nn/generator.py,sha256=3Vd52IuQ_8ctCsYOUbHpo126ngWBIXsdvt727EaYw9E,8689
|
|
1341
1236
|
mindspore/nn/learning_rate_schedule.py,sha256=U16gadoBqHFXfum6dZuYVCZ5xbTdY_e3Sdhv8Bgdq6M,18926
|
|
1342
1237
|
mindspore/nn/metrics.py,sha256=xAroGTnHaQvOUjw5MXF3umFkE9PlQ7yJP-x9XC3QXl8,1703
|
|
1343
1238
|
mindspore/nn/extend/__init__.py,sha256=NSUeyEj3UINotYuzJgXqZd3rPHc0y4TyLcTzitPOqcM,1045
|
|
1344
|
-
mindspore/nn/extend/basic.py,sha256=
|
|
1345
|
-
mindspore/nn/extend/embedding.py,sha256=
|
|
1239
|
+
mindspore/nn/extend/basic.py,sha256=IR71xTC8DPIh4L8snfqftSQKG6fiORYM8i7kNLFJ8Lo,6316
|
|
1240
|
+
mindspore/nn/extend/embedding.py,sha256=27sU9UIhMNKYkt3dHOHWNNPfAoTevmOxWvzw_wTX5P0,7062
|
|
1346
1241
|
mindspore/nn/extend/pooling.py,sha256=WlQsVnumfoE8TwAOu6plGOXgMh4C-GadrTnkwxT_bvk,5881
|
|
1347
1242
|
mindspore/nn/extend/layer/__init__.py,sha256=4A-x1Gm7ap1E-sUU7pI2cmXeWFrGs5sZrF7SufPZoL0,953
|
|
1348
|
-
mindspore/nn/extend/layer/normalization.py,sha256=
|
|
1243
|
+
mindspore/nn/extend/layer/normalization.py,sha256=lCf78N-NzRYluCS4QAFNS-zpFFvqpEhfYTaf7A1na5s,4848
|
|
1349
1244
|
mindspore/nn/grad/__init__.py,sha256=QPheg18C-s7vgTcY74VV2bfAtjLt9m4E6os55I4Zk2s,866
|
|
1350
1245
|
mindspore/nn/grad/cell_grad.py,sha256=FmA2ntlpGh0xk5l_ZrH_u-x0h9jtqxz6bhbbNkpnFSE,7111
|
|
1351
1246
|
mindspore/nn/layer/__init__.py,sha256=vznKzKL_uT74JBsVxAEoMdMVevIyXciO7a0Q_7uKzXc,2631
|
|
1352
|
-
mindspore/nn/layer/activation.py,sha256=
|
|
1353
|
-
mindspore/nn/layer/basic.py,sha256=
|
|
1247
|
+
mindspore/nn/layer/activation.py,sha256=M7VzyGkGBmhN-Khy6z3FoHSXO_hXRuI8r9F3c52TNfg,49969
|
|
1248
|
+
mindspore/nn/layer/basic.py,sha256=ECWomw4YIjdlTzsNNjOEc45UMj50GEMpU1sVeYdUwmQ,57537
|
|
1354
1249
|
mindspore/nn/layer/channel_shuffle.py,sha256=jnHFvxm81ILra8UIqCyxsx2Lq6CEJtT-0T22VGwa49Q,3170
|
|
1355
1250
|
mindspore/nn/layer/combined.py,sha256=iHBjs9vija_YIxpBK5Z2NhLIz0PYRpfIqSoM_D6pLms,11879
|
|
1356
1251
|
mindspore/nn/layer/container.py,sha256=577yJ7VUz5195fsoH_MjqFB2hI053cubsRMMNZNA5ik,28208
|
|
1357
|
-
mindspore/nn/layer/conv.py,sha256
|
|
1252
|
+
mindspore/nn/layer/conv.py,sha256=NF3uDdK0fAiN7xYQvGUxKx_dqHxqDKjzn69FT7rRfM0,82601
|
|
1358
1253
|
mindspore/nn/layer/dense.py,sha256=5ci21mYsVzuuoHJVuurdlvjP8pao8m35vBWXCctw8kw,10521
|
|
1359
|
-
mindspore/nn/layer/embedding.py,sha256=
|
|
1360
|
-
mindspore/nn/layer/embedding_service.py,sha256=CTNVVVIdsFhJacyuJV0VoYRHpVxJBj3zerHanMdT6ec,24963
|
|
1361
|
-
mindspore/nn/layer/embedding_service_layer.py,sha256=N_SGWSf-QY_OppJ7d02q-QFxlmuNF2ZDt3ydzOSLoRE,20473
|
|
1254
|
+
mindspore/nn/layer/embedding.py,sha256=YjMDUQuJ3RLI4EBZCDAKWVGro3ERhc4nygkPviDxnW0,39381
|
|
1362
1255
|
mindspore/nn/layer/image.py,sha256=pVEl684Z3jkfPybBSnbVg1M14vHiig3LUIbBJ05V-Wg,26844
|
|
1363
|
-
mindspore/nn/layer/math.py,sha256=
|
|
1364
|
-
mindspore/nn/layer/normalization.py,sha256=
|
|
1256
|
+
mindspore/nn/layer/math.py,sha256=UaA6G76nM-A17tcpWcR1rQXGmeNx6aS4kIYkP4KLh7A,39115
|
|
1257
|
+
mindspore/nn/layer/normalization.py,sha256=gMg96lO8yQEPbGFK-iTciWlKBEhMNiJSA9EO07uLKb8,59675
|
|
1365
1258
|
mindspore/nn/layer/padding.py,sha256=7HFag3JamfoppoHnpVjinQtR_4cP6VymVV2BGDHOzrU,36068
|
|
1366
|
-
mindspore/nn/layer/pooling.py,sha256=
|
|
1367
|
-
mindspore/nn/layer/rnn_cells.py,sha256=
|
|
1259
|
+
mindspore/nn/layer/pooling.py,sha256=Bm1ICf1OKS25TlKBot6pX5IO780Q9ijjBAtc7tDQlIw,106608
|
|
1260
|
+
mindspore/nn/layer/rnn_cells.py,sha256=ezkUOS-_QhfmtyQ571bD8OUK3TO3zlzG3rRv97EjM9s,16847
|
|
1368
1261
|
mindspore/nn/layer/rnns.py,sha256=aAPln0Dlz19kI-z5-HQVY8YVOTJUVLzEWhc2Gwr62Sk,38990
|
|
1369
1262
|
mindspore/nn/layer/thor_layer.py,sha256=1MxrgxakYGMXfsWS29BAFWmW5YrNDefD_ZrXcvyMTVQ,50913
|
|
1370
1263
|
mindspore/nn/layer/timedistributed.py,sha256=u-rLrbniFYJajntmuCJX3yOrSXHmGFnKkp0YIhrJcjY,7001
|
|
1371
1264
|
mindspore/nn/layer/transformer.py,sha256=0VpEyJUmuqUS-4GL4K3kmSOMYe6RA03DFqI1cMN5S0k,46486
|
|
1372
1265
|
mindspore/nn/loss/__init__.py,sha256=fp--otaWfMfSLasL5CoqdfX1LxqTCIoAGSPmYObld0w,2035
|
|
1373
|
-
mindspore/nn/loss/loss.py,sha256=
|
|
1266
|
+
mindspore/nn/loss/loss.py,sha256=wDcFLxKKKySlrGW3CPHxUqBxjRUqUnRpoZiiuFr71SQ,126961
|
|
1374
1267
|
mindspore/nn/optim/__init__.py,sha256=t4YiHUMJOPSXt908NkB7ZLeMI-M37n1wf6usqly8nxo,2057
|
|
1375
1268
|
mindspore/nn/optim/_dist_optimizer_registry.py,sha256=QCStnVs_7DV6kmmsYZ0i9Lo-7xUxdh4gNtjwEWm8YyQ,4242
|
|
1376
1269
|
mindspore/nn/optim/ada_grad.py,sha256=2ci5AChzxR6ISI4NreJLcZnWQF2C6D-iWRBFSa5mBJY,11497
|
|
@@ -1378,7 +1271,7 @@ mindspore/nn/optim/adadelta.py,sha256=4lai1NvEGGDg29Wh4fZ1AkyemN8ww93PXo2bm9ZHSz
|
|
|
1378
1271
|
mindspore/nn/optim/adafactor.py,sha256=9k1YLszp_nr6lyPJVtQvyHFLSToSC59f5OfLHKhxOXA,21902
|
|
1379
1272
|
mindspore/nn/optim/adam.py,sha256=-KfwETGg1mg74ldsP6NQALdAqNRf2DH8eowQEz_tj_o,70869
|
|
1380
1273
|
mindspore/nn/optim/adamax.py,sha256=jsuRAoGF9N8L-SHTUQTAj99W2U8MSWR6JGc1RyCv9-4,11978
|
|
1381
|
-
mindspore/nn/optim/adasum.py,sha256=
|
|
1274
|
+
mindspore/nn/optim/adasum.py,sha256=92AzFsMf4pghcFO6J2QXRlje7lb-TCNYUxaLRT4lGVU,25927
|
|
1382
1275
|
mindspore/nn/optim/asgd.py,sha256=gJWq94m1yNoEdxcdu6jhtPPOcyYVnzWXw7zF8mUdlMQ,11077
|
|
1383
1276
|
mindspore/nn/optim/ftrl.py,sha256=gSxcN04FWat2Qx59mKqF21eCDdgoPq42sdp_2EYNy0c,20470
|
|
1384
1277
|
mindspore/nn/optim/lamb.py,sha256=X0GaKjQ95qQ8MO_UtHHvhCeQhvfGrnzpao6YwB_Hwqg,16548
|
|
@@ -1389,7 +1282,7 @@ mindspore/nn/optim/optimizer.py,sha256=DhNvM4Fm6y8jss8B3SXfOrYTwpALPNuZk7byFSt71
|
|
|
1389
1282
|
mindspore/nn/optim/proximal_ada_grad.py,sha256=nfUcX7CMfuLmFmpfufhT5vyiUkoT-3G97EgA7JCXgxc,13454
|
|
1390
1283
|
mindspore/nn/optim/rmsprop.py,sha256=zvxRdksyVyrdkSIMvx_ihCDRoLON3HeCLKa0J-NiERw,14384
|
|
1391
1284
|
mindspore/nn/optim/rprop.py,sha256=z-0sT6ubSmYpxY0YePEJp87G_vgew2mN5POi57tF3zU,13238
|
|
1392
|
-
mindspore/nn/optim/sgd.py,sha256=
|
|
1285
|
+
mindspore/nn/optim/sgd.py,sha256=SgH5Da1nN8OD3wBFJ0IsAkOa6CcxJ-y2GXdCTo4UzHI,11845
|
|
1393
1286
|
mindspore/nn/optim/thor.py,sha256=WaeoDIycycmjNVjEod2WNxUuiElRIHbLWD4Fa6R1TfY,68100
|
|
1394
1287
|
mindspore/nn/probability/__init__.py,sha256=zj-S1BqrQhm7MPYZDY6Cx6S8hfRa4QwtEnhXsbI9ly8,811
|
|
1395
1288
|
mindspore/nn/probability/bijector/__init__.py,sha256=u-43yMoPja3VPXilQ7UY7VDL-s4HoTUmIKozaP66nQw,1120
|
|
@@ -1412,14 +1305,14 @@ mindspore/nn/probability/distribution/beta.py,sha256=WEDnOcQOPdmLffp8WzG5GbsEwWu
|
|
|
1412
1305
|
mindspore/nn/probability/distribution/categorical.py,sha256=nGVsN_gjiHrhO6Jb2ZkQfI4sKAlseN7uK5MaxKDrzek,17841
|
|
1413
1306
|
mindspore/nn/probability/distribution/cauchy.py,sha256=DqpE0ymEKJBxlAZ7PtFdK8YmrKuOVqtUgkVg5TvwfuQ,15366
|
|
1414
1307
|
mindspore/nn/probability/distribution/distribution.py,sha256=u85kyrY-dHOWy8IJWhTVxu2VeSuhMsA8Nb8FZDOOiT8,30008
|
|
1415
|
-
mindspore/nn/probability/distribution/exponential.py,sha256=
|
|
1308
|
+
mindspore/nn/probability/distribution/exponential.py,sha256=3JcSheZuSDjtaqwQF8g6l8DtElP8pd3rHikHxWZ-bOg,12831
|
|
1416
1309
|
mindspore/nn/probability/distribution/gamma.py,sha256=w0w4wzE4JMf5BD-oJhMWAWwXDSAlkGif83wLMt77Y_g,16702
|
|
1417
|
-
mindspore/nn/probability/distribution/geometric.py,sha256
|
|
1310
|
+
mindspore/nn/probability/distribution/geometric.py,sha256=-UX4QLmKgQPesgGXREiBmxrOC0W-g0m5vFAXSwKV-OY,13001
|
|
1418
1311
|
mindspore/nn/probability/distribution/gumbel.py,sha256=6ljQHoUpwhq3dbBc_TBUaJbI_XNys0teWS5618LDNAQ,9080
|
|
1419
1312
|
mindspore/nn/probability/distribution/half_normal.py,sha256=Ue1zKJ05bEP77bBeJjlECRRyZo2rpKNlUxQs3VosOEE,5845
|
|
1420
1313
|
mindspore/nn/probability/distribution/laplace.py,sha256=CkH2bylndVpaiTw62FQKKhQmnbXghil5pxYsd0qW3k8,5540
|
|
1421
1314
|
mindspore/nn/probability/distribution/log_normal.py,sha256=rCL9xdkGKe3J4gcMv3sAsKzc9T6H6mj-vj5XhV8U9Po,10201
|
|
1422
|
-
mindspore/nn/probability/distribution/logistic.py,sha256=
|
|
1315
|
+
mindspore/nn/probability/distribution/logistic.py,sha256=wJbxqORqecLbEqyP1g5hS8546lVLMw_aZgp6S6GL3Xk,14179
|
|
1423
1316
|
mindspore/nn/probability/distribution/normal.py,sha256=XKEa-c4yhAtia5m2CtrHQc3zNInnWw6cZEpx-P6Toek,13826
|
|
1424
1317
|
mindspore/nn/probability/distribution/poisson.py,sha256=26x-srgFgVyxpJwnU-lTB-Vx9i_1RfWqX-oLKwRwmPY,10233
|
|
1425
1318
|
mindspore/nn/probability/distribution/student_t.py,sha256=w_qXtQvqe08BPq_jZjmXd7MVNo6HrgH1n4okRqb-l7I,7014
|
|
@@ -1435,16 +1328,16 @@ mindspore/nn/reinforcement/tensor_array.py,sha256=zxl51Fu64V8LWwbcTkGo7fgJkpGz5-
|
|
|
1435
1328
|
mindspore/nn/sparse/__init__.py,sha256=T3NGPaPjAJuvidXMog3bV6zYnLCxzMLz0w7uXU1XqIY,895
|
|
1436
1329
|
mindspore/nn/sparse/sparse.py,sha256=CfrHEaujgF2D528YhL85cPFw_V7Vomlw1chx-96NzwQ,6468
|
|
1437
1330
|
mindspore/nn/wrap/__init__.py,sha256=XTfWF03VqMlI0JTwloGsVJaGvoQCDFyWlvskH-HQwdo,1808
|
|
1438
|
-
mindspore/nn/wrap/cell_wrapper.py,sha256=
|
|
1331
|
+
mindspore/nn/wrap/cell_wrapper.py,sha256=2awbYB6wqBnyus-qYL6lrE5uMlijh88J-Q84v61_mrg,38535
|
|
1439
1332
|
mindspore/nn/wrap/grad_reducer.py,sha256=H39Zni-fwE4ZqMiy1xzdvC_LIxOWGiDBPjbi0v578Z0,25545
|
|
1440
|
-
mindspore/nn/wrap/loss_scale.py,sha256=
|
|
1333
|
+
mindspore/nn/wrap/loss_scale.py,sha256=Y8vh1o38sDZrlh2VKiss9e1FWeV-lFMPK-TkUrImwN4,30266
|
|
1441
1334
|
mindspore/numpy/__init__.py,sha256=VHgQmTuJ-0hPAWszjiOuBYafaa7-n3ONZyxwbntXWuQ,8625
|
|
1442
1335
|
mindspore/numpy/array_creations.py,sha256=kArTPgnagTNvZUMFYPFdQt-hYTwAzyqCVwKUbPTRKfY,101680
|
|
1443
|
-
mindspore/numpy/array_ops.py,sha256=
|
|
1444
|
-
mindspore/numpy/dtypes.py,sha256=
|
|
1336
|
+
mindspore/numpy/array_ops.py,sha256=2jLrihWcgyMrEottWll6imqZrto9CyRCQyj2Jniv9rU,91034
|
|
1337
|
+
mindspore/numpy/dtypes.py,sha256=LPx_UnybjJAhv6qGMW7b2ExVjf69tKo-irb-Vv5nneM,4815
|
|
1445
1338
|
mindspore/numpy/fft.py,sha256=Zbm-hbesvS5NOjBls7u0Y9g1ZV90NikDhXCnRmGnPaQ,17588
|
|
1446
1339
|
mindspore/numpy/logic_ops.py,sha256=PbYNqddFIMWR1XW1fU2we9skc1dV87QkWZyTVnZXqMA,31460
|
|
1447
|
-
mindspore/numpy/math_ops.py,sha256=
|
|
1340
|
+
mindspore/numpy/math_ops.py,sha256=PUrCEnU4l_J3a1_u5wmzKEKwM0zDDIIkFkGZahVhadA,209003
|
|
1448
1341
|
mindspore/numpy/utils.py,sha256=2KzQwY-5zFnLvMoZEqao-nrrzWwRoTH53sGE3COQ2xM,6806
|
|
1449
1342
|
mindspore/numpy/utils_const.py,sha256=p5Mm5MTNXqBtAbNgfvFYXHhaJq2WZMkfMNEWUEjE8U0,16273
|
|
1450
1343
|
mindspore/offline_debug/__init__.py,sha256=HdJ7dA7_rtYgLQpBn8lTJ2bJr_tcKp-j2lQB7lK-BdA,815
|
|
@@ -1452,21 +1345,21 @@ mindspore/offline_debug/convert_async.py,sha256=doTLJTqzizXjRf09lkioC70nmKbEEIe1
|
|
|
1452
1345
|
mindspore/offline_debug/dbg_services.py,sha256=2Zj_8U44E7TECQW0hJGUr3YVfDnERyRVuJjrt5O4VZU,62601
|
|
1453
1346
|
mindspore/offline_debug/mi_validator_helpers.py,sha256=a-KhlorbqjW_-opmvEvfu1K0nLknbqcE-YeFHij_N_U,5365
|
|
1454
1347
|
mindspore/offline_debug/mi_validators.py,sha256=kxe2Qzs4FH7uKf11t-QYMHa0_JGMfzrmZAB0Y5GOJRU,9712
|
|
1455
|
-
mindspore/ops/__init__.py,sha256
|
|
1348
|
+
mindspore/ops/__init__.py,sha256=Kc7ps0HkHqAcK0RfHAXPFHPR9DwmcQQmJsOfiQp0COA,2213
|
|
1456
1349
|
mindspore/ops/_constants.py,sha256=4C_p7rtb_BtiutWE0ValMiVFPFH0ywPHETFHhQsKe9E,1020
|
|
1457
1350
|
mindspore/ops/_primitive_cache.py,sha256=0-y-KofNV5SsVvDiyCGnAFSSPQDhfvl-5cfK87t1Mt8,3159
|
|
1458
1351
|
mindspore/ops/_register_for_op.py,sha256=Nz2bBGJ-9iSk8Cls7jp_rZF3-CPW5djuqhdn-luAf3E,2358
|
|
1459
1352
|
mindspore/ops/deprecated.py,sha256=R2rT7Nt5pQVBIC9vvo62Y3dWDyFjNiNqyBLmDWPDo_A,12123
|
|
1460
|
-
mindspore/ops/functional.py,sha256=
|
|
1353
|
+
mindspore/ops/functional.py,sha256=ATQMd7TtEGN6wLJ3RzaDGDaRLDlccfaTz20qkpqtwEY,23070
|
|
1461
1354
|
mindspore/ops/op_info_register.py,sha256=LLM64XWxSgiH6ziacGEbkyDBTY6TNKQnnt6lmpLBD_Y,64668
|
|
1462
|
-
mindspore/ops/primitive.py,sha256=
|
|
1355
|
+
mindspore/ops/primitive.py,sha256=mPpvrKBCXs8rHCgeVG-6l-tsoFPRLBLAOFQXFzg-mlw,40023
|
|
1463
1356
|
mindspore/ops/signature.py,sha256=bz1DlHwOsJhY-jV_Z2Be8Zd1NZeR7xz0PQmmFkwkkj4,2932
|
|
1464
|
-
mindspore/ops/silent_check.py,sha256=
|
|
1357
|
+
mindspore/ops/silent_check.py,sha256=H6os_57bsKxO0rNWydwE1D8a0KlGSIRu1VeV38d0m24,6323
|
|
1465
1358
|
mindspore/ops/vm_impl_registry.py,sha256=GNlbW_3pE7jEKuWoSp4diqr4UxomF3XXVB-j4S_fWbY,2652
|
|
1466
1359
|
mindspore/ops/_grad_experimental/__init__.py,sha256=1n_BwozGFh0o0-QYtjeTy2Q2AEFuRzOmbWRf49yXAUk,1538
|
|
1467
1360
|
mindspore/ops/_grad_experimental/grad_array_ops.py,sha256=TXiHDkNFZxrgy6FTmWocPyfywazMOFuWOqd5A6risHI,31005
|
|
1468
1361
|
mindspore/ops/_grad_experimental/grad_base.py,sha256=zSMMUGn0TnzbJX4Mk5PKYFtiukWuP2Cb4TwUbyrTbbo,4671
|
|
1469
|
-
mindspore/ops/_grad_experimental/grad_comm_ops.py,sha256=
|
|
1362
|
+
mindspore/ops/_grad_experimental/grad_comm_ops.py,sha256=QOaDm62IsfOWRg8j_toTpI7pap9ZAg7eG-yIPlhtWx4,21763
|
|
1470
1363
|
mindspore/ops/_grad_experimental/grad_debug_ops.py,sha256=y1yckjMdXbtqsCqfrb2Y76V6EmCEo7tbKwH8Ey7gJg8,1074
|
|
1471
1364
|
mindspore/ops/_grad_experimental/grad_implementations.py,sha256=DH2riOti3mKEzsoye1zsTVsHyI09hpbXxW0FFuPa3cw,6215
|
|
1472
1365
|
mindspore/ops/_grad_experimental/grad_inner_ops.py,sha256=PzptHY_sxIwm3VXv-rvqZvn_29pEST87Xj9ugJUx33s,2564
|
|
@@ -2076,33 +1969,33 @@ mindspore/ops/_op_impl/cpu/transpose.py,sha256=GHOV676WsbSk-cX1YtcEb6B8w7-3PH6M4
|
|
|
2076
1969
|
mindspore/ops/_utils/__init__.py,sha256=7EdoAfMtirHi-kVNSHO0ZUNaJ-0S-ijkDXt-isgSZ1I,858
|
|
2077
1970
|
mindspore/ops/_utils/utils.py,sha256=_N3sV9i0uYkJCfMuNIgSsG_8nLq7IwEPMPzgbdH8hYo,5624
|
|
2078
1971
|
mindspore/ops/_vmap/__init__.py,sha256=cL3N2LPHLl7vvXkrvB4R1xKV7ir-vmp0fp3lJz-Y5yc,1258
|
|
2079
|
-
mindspore/ops/_vmap/vmap_array_ops.py,sha256=
|
|
1972
|
+
mindspore/ops/_vmap/vmap_array_ops.py,sha256=2bvS-4XgFjKQuIQvFPx7zhIBsDQa2ziHJfmZTDXs5bA,74889
|
|
2080
1973
|
mindspore/ops/_vmap/vmap_base.py,sha256=oGNtR-ssuzckiVV-qCrt76eoGQqAK4GrBVTcEjShi9A,17726
|
|
2081
1974
|
mindspore/ops/_vmap/vmap_convolution_ops.py,sha256=gJ00KJBkgANdgHNer8a_563C23qy1-qnps3__hwO0xA,17801
|
|
2082
1975
|
mindspore/ops/_vmap/vmap_debug_ops.py,sha256=WyHik77TtiqBmNR2I3dU068DnN-aYhiJZigMvR9-Loc,1795
|
|
2083
1976
|
mindspore/ops/_vmap/vmap_grad_math_ops.py,sha256=NqEsvT5jPMqi4i_708x3nuVQrSk_Fk0SN-mvT4SmAzc,10377
|
|
2084
1977
|
mindspore/ops/_vmap/vmap_grad_nn_ops.py,sha256=YSfisSlgwimIrHrU2w-_RL78H7HrEVMevEGeokzjzmY,31908
|
|
2085
1978
|
mindspore/ops/_vmap/vmap_image_ops.py,sha256=b6q0Uy3Rp7sCmQ6vK7XqDfrm2OoSl9LAkzy-nZgfh48,7801
|
|
2086
|
-
mindspore/ops/_vmap/vmap_math_ops.py,sha256=
|
|
2087
|
-
mindspore/ops/_vmap/vmap_nn_ops.py,sha256=
|
|
1979
|
+
mindspore/ops/_vmap/vmap_math_ops.py,sha256=OQ_SwpbdYO-d2IRAcD0Ir-ZglSITSvlUA3HprznMGxU,33557
|
|
1980
|
+
mindspore/ops/_vmap/vmap_nn_ops.py,sha256=TzL4tW5Mv0qf_L_WGQg9hVBrJUPCH72tz2Bidbqq-H8,87772
|
|
2088
1981
|
mindspore/ops/_vmap/vmap_other_ops.py,sha256=21oWNHEq17YjJHLfPGedQZbmwjWdOaS3yiGV3JYqB0s,3781
|
|
2089
1982
|
mindspore/ops/_vmap/vmap_random_ops.py,sha256=EQEHx_vsDqbjkLXkEAXU8NZgZqWtFFEcZIZqHjdhjhU,4238
|
|
2090
1983
|
mindspore/ops/_vmap/vmap_sparse_ops.py,sha256=Jll-ludZIyTDRnUbVHG-wQAXeljJKG6dcwwx1J-kNcA,4505
|
|
2091
1984
|
mindspore/ops/auto_generate/__init__.py,sha256=Kq_RAuCqfKJBTYS3EglLjTVpQl_N9wl4P1m5oDP-Its,1057
|
|
2092
|
-
mindspore/ops/auto_generate/cpp_create_prim_instance_helper.py,sha256=
|
|
2093
|
-
mindspore/ops/auto_generate/gen_arg_dtype_cast.py,sha256=
|
|
2094
|
-
mindspore/ops/auto_generate/gen_arg_handler.py,sha256=
|
|
2095
|
-
mindspore/ops/auto_generate/gen_extend_func.py,sha256=
|
|
2096
|
-
mindspore/ops/auto_generate/gen_ops_def.py,sha256=
|
|
2097
|
-
mindspore/ops/auto_generate/gen_ops_prim.py,sha256=
|
|
2098
|
-
mindspore/ops/auto_generate/pyboost_inner_prim.py,sha256=
|
|
1985
|
+
mindspore/ops/auto_generate/cpp_create_prim_instance_helper.py,sha256=dfpr8RnroaluOQCh0ExopKDQWO_f3lxJa1p38Q7nlAQ,13015
|
|
1986
|
+
mindspore/ops/auto_generate/gen_arg_dtype_cast.py,sha256=ox4WJECBZ95hGHffgnAK8oWfJMIU4-xgeRNPWun6ln8,8464
|
|
1987
|
+
mindspore/ops/auto_generate/gen_arg_handler.py,sha256=bUptdlRU8bqnxLRRXPbTWYT7FK5mTuM7Ku9ANiJvg9g,5565
|
|
1988
|
+
mindspore/ops/auto_generate/gen_extend_func.py,sha256=OzJy33RpGP_nZFOCmqTmxLF_weD09L2jXRjk3-VRcjE,16138
|
|
1989
|
+
mindspore/ops/auto_generate/gen_ops_def.py,sha256=c5NhZ_HHpWnMQfoZhUDsLL5LekKAXJA48wG08gnxXmU,208433
|
|
1990
|
+
mindspore/ops/auto_generate/gen_ops_prim.py,sha256=xkl8DBigw_9crHvZyA_Y2q0lUE1jGJddk-cF58J5KgA,390514
|
|
1991
|
+
mindspore/ops/auto_generate/pyboost_inner_prim.py,sha256=RmduLsENj1SfPXYcDcy07jp_2w8nbufpO4gcr-AwJAY,14490
|
|
2099
1992
|
mindspore/ops/composite/__init__.py,sha256=baDB6Cqe1NZw6-WM14rHQwR4mtaVu7td_xms0IsqQVM,2377
|
|
2100
|
-
mindspore/ops/composite/base.py,sha256=
|
|
1993
|
+
mindspore/ops/composite/base.py,sha256=uzZo6pjtVpTudMOIDi7APuemzOQoL2SKAfn_rdIRafk,49124
|
|
2101
1994
|
mindspore/ops/composite/env_ops.py,sha256=F4fWM5TNs1ZS4gQA0eDoKFjdEdJWcCrNm9bM6ty4XcE,1666
|
|
2102
|
-
mindspore/ops/composite/math_ops.py,sha256=
|
|
1995
|
+
mindspore/ops/composite/math_ops.py,sha256=rqPjowdJWaKPRtWZBVtEJwqYak_Kq3CUHtU9R_B4hkM,4814
|
|
2103
1996
|
mindspore/ops/composite/multitype_ops/__init__.py,sha256=BAyVWzZo90w3svyJdNAmWofdwloSfiA_UfaltflqRHo,3227
|
|
2104
|
-
mindspore/ops/composite/multitype_ops/_compile_utils.py,sha256=
|
|
2105
|
-
mindspore/ops/composite/multitype_ops/_constexpr_utils.py,sha256=
|
|
1997
|
+
mindspore/ops/composite/multitype_ops/_compile_utils.py,sha256=mwblKRCEHkz48eW-uthen63X_a1iUPiWDVbkgt2IaFc,57064
|
|
1998
|
+
mindspore/ops/composite/multitype_ops/_constexpr_utils.py,sha256=qA-jTc5zlYjmNGQBZLAKEezoA-7MBuIl3nXib0iBacY,28476
|
|
2106
1999
|
mindspore/ops/composite/multitype_ops/add_impl.py,sha256=HS3I_OnZ5z2H0em194zN5zdI8jCINTKcexHfZQVjv0U,12999
|
|
2107
2000
|
mindspore/ops/composite/multitype_ops/bitwise_and_impl.py,sha256=wgWfD5YsZIVclB4DdSFPoFo0rxRn85JQmTu5TkfA_mg,1921
|
|
2108
2001
|
mindspore/ops/composite/multitype_ops/bitwise_or_impl.py,sha256=kmxXZiX92w0uFGPGvcFDVnnjPb4oYZGjqyo5oB08iEQ,1901
|
|
@@ -2132,80 +2025,77 @@ mindspore/ops/composite/multitype_ops/setitem_impl.py,sha256=O0Y6RqF7TDop0qHp7cJ
|
|
|
2132
2025
|
mindspore/ops/composite/multitype_ops/sub_impl.py,sha256=5EitcuPYsU82oqWP2E91dMQi4GOTUzqLpqo23niqsIM,3986
|
|
2133
2026
|
mindspore/ops/composite/multitype_ops/uadd_impl.py,sha256=oDWO4q4WaSIb_LqL9ezrBOq1NDRkFgtpO2togyjj278,1039
|
|
2134
2027
|
mindspore/ops/composite/multitype_ops/zeros_like_impl.py,sha256=BOsp3gTlFtvdf_iLSVjD8fAqjr-CIDRFCqkh0dm_Eoo,5347
|
|
2135
|
-
mindspore/ops/extend/__init__.py,sha256=
|
|
2136
|
-
mindspore/ops/extend/array_func.py,sha256=
|
|
2028
|
+
mindspore/ops/extend/__init__.py,sha256=_cWATGKAyc6yJvCQPCUFtPb7eq6tNBSllH-5Zv-Ich8,1580
|
|
2029
|
+
mindspore/ops/extend/array_func.py,sha256=RLMcYk4doRRZRK58tlvoTjE4tMnv66XmjMQAVMKoFMg,10255
|
|
2137
2030
|
mindspore/ops/extend/math_func.py,sha256=3XQ3VGRNGJX5SRQ-YcVFA1guwm2w6KTam7i9MsYLC54,3151
|
|
2138
|
-
mindspore/ops/extend/nn_func.py,sha256=
|
|
2139
|
-
mindspore/ops/function/__init__.py,sha256=
|
|
2140
|
-
mindspore/ops/function/array_func.py,sha256=
|
|
2141
|
-
mindspore/ops/function/clip_func.py,sha256=
|
|
2031
|
+
mindspore/ops/extend/nn_func.py,sha256=BrrU766UVaIJjGYtmz_GkIMrZdXEILHRlpaB54u7_qc,19435
|
|
2032
|
+
mindspore/ops/function/__init__.py,sha256=wnQ8ROUOG4JTKE1lrWh5OtyXo79POr1SOcW25Uu-PXY,12277
|
|
2033
|
+
mindspore/ops/function/array_func.py,sha256=q71Favi3KkvKp77JB7TXyBTwo2OVkLO9O6O796xHkFw,272389
|
|
2034
|
+
mindspore/ops/function/clip_func.py,sha256=INlmX5opa0fB1juODz4Qj0tV-0OpxpAIm-tKVfCu9zI,15655
|
|
2142
2035
|
mindspore/ops/function/debug_func.py,sha256=4TnRj8uVP55r3-dodHyLxKeEHbFTYA_YzNCP8HoO4X0,2524
|
|
2143
2036
|
mindspore/ops/function/fft_func.py,sha256=MR5HH00z5bIlGej5KNXik7OqtQkSPW5Ow2TEoNsAufw,1007
|
|
2144
2037
|
mindspore/ops/function/image_func.py,sha256=n3NtxVFu8_cs1Sgt7pcIGsjCO5QEwkh6uwdEQx3MVVI,14346
|
|
2145
2038
|
mindspore/ops/function/linalg_func.py,sha256=9_z_eryrG1uwyJu7CQn8xHXIRGevti_jr8eTcWiQwSU,17625
|
|
2146
|
-
mindspore/ops/function/math_func.py,sha256=
|
|
2147
|
-
mindspore/ops/function/nn_func.py,sha256=
|
|
2148
|
-
mindspore/ops/function/other_func.py,sha256=
|
|
2039
|
+
mindspore/ops/function/math_func.py,sha256=0ZAENrTUIY0VGRTtjxz_ohLbmWKavlCxQUQjSpsowIw,435783
|
|
2040
|
+
mindspore/ops/function/nn_func.py,sha256=Wa6ofbZqph1ikvpxKaK7GNEQRx5PLO-iYLZU9rW1qu8,364186
|
|
2041
|
+
mindspore/ops/function/other_func.py,sha256=Uw_CDgu99JqJWH2S9Lj5pDuaVewFpGSrDcf1wW7u_Oc,3911
|
|
2149
2042
|
mindspore/ops/function/parameter_func.py,sha256=oEg1ophGa_yYcGKpOtofsG0xXE6Ui555yN0gadJeSYA,5846
|
|
2150
|
-
mindspore/ops/function/random_func.py,sha256=
|
|
2151
|
-
mindspore/ops/function/
|
|
2152
|
-
mindspore/ops/function/sparse_func.py,sha256=Z8yGL2q7ZrEb6uNsGMBl5wQ77LBthbfykRPyVRtQLaU,35254
|
|
2043
|
+
mindspore/ops/function/random_func.py,sha256=GynD2LR0CBAIHz-UaBtJDkIDb5biYSf8V1PyEwBSJ1Q,59663
|
|
2044
|
+
mindspore/ops/function/sparse_func.py,sha256=lcpzlg22gu3_SWuwjrct3NupVdX3n_U-pX3SqA3wiUY,35262
|
|
2153
2045
|
mindspore/ops/function/sparse_unary_func.py,sha256=0DSdiHoEo4n_AjPdRYm-wVxjzMBrS1cidVaSli-nngU,74255
|
|
2154
2046
|
mindspore/ops/function/spectral_func.py,sha256=ioo9faYNZS0nxrJTmXkn_gDswNR4IDLXcu6k09Ybw6U,6357
|
|
2155
2047
|
mindspore/ops/function/vmap_func.py,sha256=0AcaXtH5SKMV_J-NySHT851L9c9Vk3nYDrVjjNRwVKI,7018
|
|
2156
2048
|
mindspore/ops/function/grad/__init__.py,sha256=wmmbWR84qu8nil_JZLtrnIjUs2tfXdX7QFGMuukMmjw,990
|
|
2157
|
-
mindspore/ops/function/grad/grad_func.py,sha256=
|
|
2158
|
-
mindspore/ops/operations/__init__.py,sha256=
|
|
2049
|
+
mindspore/ops/function/grad/grad_func.py,sha256=iNU8fDiDa5BaqYj_H9ET87AmHCVJDSoKUa0EiU5xwBU,57796
|
|
2050
|
+
mindspore/ops/operations/__init__.py,sha256=dwYcF2NiEwRzTbgaAUJuizA9a8NIc6DiDpaPhk_wkKg,21755
|
|
2159
2051
|
mindspore/ops/operations/_csr_ops.py,sha256=C6nGgbXenAgl09agd5uhmG02HtmFaW4ayUhFeb55kAY,14042
|
|
2160
2052
|
mindspore/ops/operations/_custom_grad.py,sha256=GG8-UaliKkLdheNWCv8pL89ati4jLUFwZ7vWxz7B8x8,5110
|
|
2161
2053
|
mindspore/ops/operations/_embedding_cache_ops.py,sha256=K9qHn0fifoHv26N1FhoKagG02p7sHOckmUWrnos6W4E,11322
|
|
2162
|
-
mindspore/ops/operations/_grad_ops.py,sha256=
|
|
2163
|
-
mindspore/ops/operations/
|
|
2164
|
-
mindspore/ops/operations/_inner_ops.py,sha256=Ys185NSPVf6hHMFullIFTLU6nU7lWfQSR7P6YkTulF4,98408
|
|
2054
|
+
mindspore/ops/operations/_grad_ops.py,sha256=kQLFiULFF4mQAiLdlcVEFmG1oq2JeCfOp5Pp_0SVSLY,143546
|
|
2055
|
+
mindspore/ops/operations/_inner_ops.py,sha256=6aQw3noRxo6OP6fRq4nD7uYiJK2VfldsaaHEXk3W41A,110295
|
|
2165
2056
|
mindspore/ops/operations/_map_tensor_ops.py,sha256=7_0Zc_F9AosVgluhbd8BiFxa3cJl_K_Uh6IzTm9CAyM,3499
|
|
2166
2057
|
mindspore/ops/operations/_ms_kernel.py,sha256=Be7RjwhrB__P8PqUst5NygtgYXJQLP1zVW-trBE5ii8,22215
|
|
2167
2058
|
mindspore/ops/operations/_ocr_ops.py,sha256=0DZjfHFDEnx32TrgOIcTyi9rCzCi0LoNmeifspnXpXs,15112
|
|
2168
2059
|
mindspore/ops/operations/_opaque_predicate_registry.py,sha256=hLYM7QlqHs2xQUtRT6KlsOwP4q3zSSyrRFrY9qBazM4,1302
|
|
2169
2060
|
mindspore/ops/operations/_pyfunc_registry.py,sha256=-ZR5hF50hPQB3ASK4WF_Yv25D9Z1956W0kL15BY4Slw,1755
|
|
2170
2061
|
mindspore/ops/operations/_quant_ops.py,sha256=y5VxagPlTlZcUZa0ozW250tXWUFPOsYewXOwQ189a6s,92129
|
|
2171
|
-
mindspore/ops/operations/_rl_inner_ops.py,sha256=
|
|
2062
|
+
mindspore/ops/operations/_rl_inner_ops.py,sha256=PBDy9gUa0FE4l7_GAlIwZszMF75wB1lE91NPOC7GBpE,47693
|
|
2172
2063
|
mindspore/ops/operations/_scalar_ops.py,sha256=1cQs5rw1rCJXGnZ2oHLF5E7_pk9HkbV9OmhkcBOdgJ4,3321
|
|
2173
2064
|
mindspore/ops/operations/_sequence_ops.py,sha256=giC76BqmbfA3aZkH5_hYB2zeAoSfPqV_10O79xLNxdQ,35642
|
|
2174
2065
|
mindspore/ops/operations/_sparse_grad_ops.py,sha256=In_NFqax7tKKmSBhUw0am9bE4-RAhp9PC1JPu8aZwdI,2307
|
|
2175
|
-
mindspore/ops/operations/_tensor_array.py,sha256=
|
|
2066
|
+
mindspore/ops/operations/_tensor_array.py,sha256=e8Vt30wc6mbdYtFelhy8zc8v_JyEfRRc04_7Z47TgFE,12077
|
|
2176
2067
|
mindspore/ops/operations/_thor_ops.py,sha256=G6FF6VKgl5cOEKPcroRz1jg8V30Ot4AcM6WAAJbZZZc,29528
|
|
2177
|
-
mindspore/ops/operations/array_ops.py,sha256=
|
|
2178
|
-
mindspore/ops/operations/comm_ops.py,sha256=
|
|
2068
|
+
mindspore/ops/operations/array_ops.py,sha256=obf7NjmpgPQM7FU5g6WTzezpPWH0O3p9J08TU9qNb_Y,273344
|
|
2069
|
+
mindspore/ops/operations/comm_ops.py,sha256=lR-LrdKpbtSuu5dOgBLw2O2RIx5EwNIsiwzomsR8Jjk,52855
|
|
2179
2070
|
mindspore/ops/operations/control_ops.py,sha256=ddMcmmGTBF0KgP91B6jJuhwgs_POMQZZ0kR938YbMM4,4677
|
|
2180
|
-
mindspore/ops/operations/custom_ops.py,sha256=
|
|
2181
|
-
mindspore/ops/operations/debug_ops.py,sha256=
|
|
2071
|
+
mindspore/ops/operations/custom_ops.py,sha256=o5vZO2o-3A6_hzyc6cO29TO5MdVA66_WnTs80V8cIEY,50384
|
|
2072
|
+
mindspore/ops/operations/debug_ops.py,sha256=1GuyaJLL28yJ1-hdG7m7rR3tRWlaopwGtieb5lL2DQw,24019
|
|
2182
2073
|
mindspore/ops/operations/image_ops.py,sha256=muIxvZZg1iTg5lPrWKzYeqNanM0EErrWZ7YD1p0B2Rs,53687
|
|
2183
|
-
mindspore/ops/operations/inner_ops.py,sha256=
|
|
2074
|
+
mindspore/ops/operations/inner_ops.py,sha256=7SuJ6Pav9kWcKp6d5likwUCs78-EH2R-qV5HeXNb-EY,34783
|
|
2184
2075
|
mindspore/ops/operations/linalg_ops.py,sha256=4ERvW04hv_gDvA1zj8f9vaaPK7jJhBa_Tgra180CsLM,4185
|
|
2185
|
-
mindspore/ops/operations/math_ops.py,sha256=
|
|
2186
|
-
mindspore/ops/operations/nn_ops.py,sha256=
|
|
2187
|
-
mindspore/ops/operations/other_ops.py,sha256
|
|
2188
|
-
mindspore/ops/operations/random_ops.py,sha256=
|
|
2189
|
-
mindspore/ops/operations/reshard_ops.py,sha256=K-fHNLmvqi1SGzhx54kjZ9Iw7vhHMTBDRlKVUpw3ZLE,2057
|
|
2076
|
+
mindspore/ops/operations/math_ops.py,sha256=oLYEpbBSvC9yrbJbdzBv_lnpZTqbSk9mfeQfGFcKky4,198908
|
|
2077
|
+
mindspore/ops/operations/nn_ops.py,sha256=gzbEncWI4Ny_AVqJg3TV-P-AN1g5lwumwmGhfUmXEA8,499186
|
|
2078
|
+
mindspore/ops/operations/other_ops.py,sha256=egohbr6rB6iqalf_l9yvxgHauMfmD9GEo-cPgruVpvM,36032
|
|
2079
|
+
mindspore/ops/operations/random_ops.py,sha256=ckYmojtN0p_fN3hMm3mntqXCIw90_KmWxeuSEz8ovuU,55556
|
|
2190
2080
|
mindspore/ops/operations/rl_ops.py,sha256=pNtHnP3IV2JRxLCSQAys8dIRWl-u5mZCSjLYR6pepNE,14268
|
|
2191
|
-
mindspore/ops/operations/sparse_ops.py,sha256=
|
|
2081
|
+
mindspore/ops/operations/sparse_ops.py,sha256=toAcJxsInw2HnSNO14OgJjwEGe6yW3ZzZULq2zEAbrw,141907
|
|
2192
2082
|
mindspore/ops/operations/spectral_ops.py,sha256=GOJ2T8Ib6qV1tBl4jkmLVEwqD3IO2FSgP1mq8Is0Fm4,4582
|
|
2193
2083
|
mindspore/ops/operations/manually_defined/__init__.py,sha256=cr7TijWEcJw1xuu3itAH_vJbF3kO03Cf162xlTj0A5s,765
|
|
2194
2084
|
mindspore/ops/operations/manually_defined/_inner.py,sha256=myENc1kMKSIwIVHCEBqon-4_dsLKnNPbWHKVDraCefQ,2224
|
|
2195
|
-
mindspore/ops/operations/manually_defined/ops_def.py,sha256=
|
|
2085
|
+
mindspore/ops/operations/manually_defined/ops_def.py,sha256=Fd70diBZUJcfy-oBWoRO7oIj43gq9WiZGqz-TGRz5dI,64200
|
|
2196
2086
|
mindspore/ops_generate/__init__.py,sha256=PlN0iCvYF4uEU5Rn3Jg2VrLDKItbmLJJvn5JmIO5vEg,922
|
|
2197
|
-
mindspore/ops_generate/arg_dtype_cast.py,sha256=
|
|
2198
|
-
mindspore/ops_generate/arg_handler.py,sha256=
|
|
2199
|
-
mindspore/ops_generate/gen_aclnn_implement.py,sha256=
|
|
2200
|
-
mindspore/ops_generate/gen_ops.py,sha256=
|
|
2087
|
+
mindspore/ops_generate/arg_dtype_cast.py,sha256=ox4WJECBZ95hGHffgnAK8oWfJMIU4-xgeRNPWun6ln8,8464
|
|
2088
|
+
mindspore/ops_generate/arg_handler.py,sha256=bUptdlRU8bqnxLRRXPbTWYT7FK5mTuM7Ku9ANiJvg9g,5565
|
|
2089
|
+
mindspore/ops_generate/gen_aclnn_implement.py,sha256=Uq6eWtiu7J2THVyeKUekiBAU10s1zdj9eaZWFf_I2Dk,11093
|
|
2090
|
+
mindspore/ops_generate/gen_ops.py,sha256=dDgCgg8DkKwiPnuwlS9_plwakovQhZljutB3Sp6_9bc,40037
|
|
2201
2091
|
mindspore/ops_generate/gen_ops_inner_prim.py,sha256=kgD8iuWq2Ix5wYxVvIOhCoXv0JirX-kFZnFNDddeK_I,3441
|
|
2202
|
-
mindspore/ops_generate/gen_pyboost_func.py,sha256=
|
|
2203
|
-
mindspore/ops_generate/gen_utils.py,sha256=
|
|
2092
|
+
mindspore/ops_generate/gen_pyboost_func.py,sha256=pnFi-IvLrxqjBZs-Ctcx3PTBXlVdivEQpgCEclct2UY,45814
|
|
2093
|
+
mindspore/ops_generate/gen_utils.py,sha256=Gh9EwE8qZC0_UbAz9N_wrHKlAU_5Qglk8BqzE5X5y8o,5898
|
|
2204
2094
|
mindspore/ops_generate/op_proto.py,sha256=WVMZLyVQBmsenXKzwp9dfgR-OidvmxyciM75AFaThDo,5255
|
|
2205
|
-
mindspore/ops_generate/pyboost_utils.py,sha256=
|
|
2206
|
-
mindspore/ops_generate/template.py,sha256=
|
|
2095
|
+
mindspore/ops_generate/pyboost_utils.py,sha256=r_O-xMsk1q3Wa_lCHgJi_IRpfVzzJjlmD16G-A3TQUo,10862
|
|
2096
|
+
mindspore/ops_generate/template.py,sha256=DmnYF02f_wKpHhCWytPIH00kTsAkbakC8qQABoRyoEw,9005
|
|
2207
2097
|
mindspore/parallel/__init__.py,sha256=szMLJ6fa4ar_H-v1DDR_afww4FQdcX2ff9ycvk5v9dM,1561
|
|
2208
|
-
mindspore/parallel/_auto_parallel_context.py,sha256=
|
|
2098
|
+
mindspore/parallel/_auto_parallel_context.py,sha256=mxAWBmbOzUOlHfGOC8My27WO_116n3sRSIrDafnj1co,69821
|
|
2209
2099
|
mindspore/parallel/_cell_wrapper.py,sha256=3mBtdz_Y-QAYEaY1vyeXUmXFAYfxcVneu04RX9gDe4o,3321
|
|
2210
2100
|
mindspore/parallel/_cost_model_context.py,sha256=7Q6kEPqFbeRjRJNeb-vQF5IIcL7Zwhrssyb4VA9hUHU,26793
|
|
2211
2101
|
mindspore/parallel/_dp_allreduce_fusion.py,sha256=kzoDBRAF6hAhJmRkuzMwMbMDYod4RKdASImke-1evu4,5573
|
|
@@ -2213,33 +2103,31 @@ mindspore/parallel/_offload_context.py,sha256=H3OSKTt6iy2yjIMoAqEpxBAAmbMvFcEqFD
|
|
|
2213
2103
|
mindspore/parallel/_parallel_serialization.py,sha256=NjI_yC0F_UrkzuOScLLi6JL-Ag0p4Q2v8sTfcYw9qp4,27083
|
|
2214
2104
|
mindspore/parallel/_ps_context.py,sha256=Lqlz0zni9lCJTTijhz8sOF5fHt6XqcsSuGpA6Avbj4A,8326
|
|
2215
2105
|
mindspore/parallel/_recovery_context.py,sha256=hPzQ_uOBPl0UoN95KjBLgkXeJ1Hz8QJ8zoufYOG1VS0,3545
|
|
2216
|
-
mindspore/parallel/_tensor.py,sha256=
|
|
2217
|
-
mindspore/parallel/_utils.py,sha256=
|
|
2218
|
-
mindspore/parallel/algo_parameter_config.py,sha256=
|
|
2219
|
-
mindspore/parallel/checkpoint_transform.py,sha256=
|
|
2220
|
-
mindspore/parallel/parameter_broadcast.py,sha256=
|
|
2221
|
-
mindspore/parallel/shard.py,sha256=
|
|
2106
|
+
mindspore/parallel/_tensor.py,sha256=_90rEOPZsp6PwfpCqJDsnIGsbtNwmb2A-cN-6E3JYs8,26841
|
|
2107
|
+
mindspore/parallel/_utils.py,sha256=oD3fGpGftFxPLv6p2in-ds5CPhPf__7gU_rgEj40LK8,23524
|
|
2108
|
+
mindspore/parallel/algo_parameter_config.py,sha256=5_e0SP6IdJCExYAwq-iNBuD54TIWP1rbv6Lf524PEj0,16392
|
|
2109
|
+
mindspore/parallel/checkpoint_transform.py,sha256=683UX4sJsYz30rARNbSdVZ7WR4pmlh_QpnwXz_3h-Gk,36803
|
|
2110
|
+
mindspore/parallel/parameter_broadcast.py,sha256=Pjk5yThbNkHT4lIWQ5uXkj0XO5TGAkBgoWtqsUie7XE,7252
|
|
2111
|
+
mindspore/parallel/shard.py,sha256=es2Bepa4YyZAQJXoORITz5exCBFics2sdmph1cNmXgI,17056
|
|
2222
2112
|
mindspore/parallel/_transformer/__init__.py,sha256=LcPkmMsISSJQZ5S1MdygE68ieoy1cTXmZ1aNjU8oDmw,1594
|
|
2223
2113
|
mindspore/parallel/_transformer/layers.py,sha256=vqSpqdDzsm5q6x3Ij6kb4_ZcCu_x_Xj_DaVna4mkZz4,37912
|
|
2224
2114
|
mindspore/parallel/_transformer/loss.py,sha256=kptDEgYxFkuCCqe0w0OU1Q04wXzRAsZ-LZ-XfTw4lS8,11205
|
|
2225
2115
|
mindspore/parallel/_transformer/moe.py,sha256=UXVRAqDg2er62jKkmJlNwuaYe4sQFlbazy1sPQTIeRg,38443
|
|
2226
2116
|
mindspore/parallel/_transformer/op_parallel_config.py,sha256=kAV4u9VG-EQpE8JXSK4bWD6pMxyCxsWf_XbX8AcOTrc,7940
|
|
2227
|
-
mindspore/parallel/_transformer/transformer.py,sha256=
|
|
2117
|
+
mindspore/parallel/_transformer/transformer.py,sha256=QHfB7CARqIn9SumSAZCsn3nHtEtIAvrF3RlOivk3V7I,186646
|
|
2228
2118
|
mindspore/parallel/cluster/__init__.py,sha256=TYomX1I6PSZNaCh2W_5ReZnIYXQ3l34TJikVKC2CpYc,690
|
|
2229
|
-
mindspore/parallel/cluster/run.py,sha256=
|
|
2119
|
+
mindspore/parallel/cluster/run.py,sha256=llay-DLeiElY2WOhXYTLD9SKBlcQApnXZp7xifCqpvQ,4682
|
|
2230
2120
|
mindspore/parallel/cluster/process_entity/__init__.py,sha256=-v-ZCW8OTo8ozPGiNBdulFHxwSjZdZ-2yOk_gnGUxuw,877
|
|
2231
|
-
mindspore/parallel/cluster/process_entity/_api.py,sha256=
|
|
2232
|
-
mindspore/parallel/cluster/process_entity/_utils.py,sha256=
|
|
2121
|
+
mindspore/parallel/cluster/process_entity/_api.py,sha256=EEPGoxmp9z3hMSb-s9qYI2JA34tGB6Z_Y17IMDnKXlk,14118
|
|
2122
|
+
mindspore/parallel/cluster/process_entity/_utils.py,sha256=N2YBrJLRhpwKz0wqtJOFAxvL--NZ3TvYafy5H87ANcQ,3933
|
|
2233
2123
|
mindspore/parallel/mpi/__init__.py,sha256=GwM3XQdwGkI4g4QtuKkxwGRRM6l7dyWgcLQ4g7y9JzQ,667
|
|
2234
2124
|
mindspore/parallel/mpi/_mpi_config.py,sha256=zjldMnVGTxjZY7FJoqVNnTLC0oqOV6jPIFaX1M_zUKw,3540
|
|
2235
|
-
mindspore/profiler/__init__.py,sha256=
|
|
2236
|
-
mindspore/profiler/envprofiling.py,sha256=
|
|
2237
|
-
mindspore/profiler/profiling.py,sha256
|
|
2125
|
+
mindspore/profiler/__init__.py,sha256=oLU8kMHgTQLPJZzmPJMSasQHolRbvPMjPUc6Gnxt6_M,1269
|
|
2126
|
+
mindspore/profiler/envprofiling.py,sha256=hfa1NN4RgnzLVo2FbbSGAYs5AU8O7DHqcDoOpdAp9TA,12285
|
|
2127
|
+
mindspore/profiler/profiling.py,sha256=64ngNTpgs5H0bIFXlWTRjx06RLpjWLd-F3T5V0UTiiY,93904
|
|
2238
2128
|
mindspore/profiler/common/__init__.py,sha256=90faGW8RPXu5FPvnMnbAkqlUIhjiMNbWQR_92LvtHlQ,667
|
|
2239
|
-
mindspore/profiler/common/process_pool.py,sha256=kUcZq9zu03-_peiKKHU791OaEvAQ0khQ9GElfgU1e84,1458
|
|
2240
|
-
mindspore/profiler/common/singleton.py,sha256=r4sxKdRO9HuhFcgsK_QWTJGSxQYtwbtLnO-Os8BtYzI,1005
|
|
2241
2129
|
mindspore/profiler/common/struct_type.py,sha256=2ygQrvLj9PGwYTianOvmxEXoFqPLmbluJotUx5nNjIo,4594
|
|
2242
|
-
mindspore/profiler/common/util.py,sha256=
|
|
2130
|
+
mindspore/profiler/common/util.py,sha256=UB0vURpuNAWTD4yuvJDey1R7-4OYYN59ZjsTQdT2NHA,10693
|
|
2243
2131
|
mindspore/profiler/common/exceptions/__init__.py,sha256=90faGW8RPXu5FPvnMnbAkqlUIhjiMNbWQR_92LvtHlQ,667
|
|
2244
2132
|
mindspore/profiler/common/exceptions/error_code.py,sha256=LuQRqjxDSQ9o5NremJveDXzZycN1mD8aDmeSQG9Enfg,3304
|
|
2245
2133
|
mindspore/profiler/common/exceptions/exceptions.py,sha256=KBaWqJGUtkKBfmYxWOg4qj5baPkwe53seXcpK5weGEI,9741
|
|
@@ -2251,14 +2139,12 @@ mindspore/profiler/parser/ascend_cluster_generator.py,sha256=xB75-MZJ_EwbUl8zHcC
|
|
|
2251
2139
|
mindspore/profiler/parser/ascend_communicate_generator.py,sha256=DnA3_fuedL6tZRhhv7CA9tldMglzdXUmvRiB0zre98I,14653
|
|
2252
2140
|
mindspore/profiler/parser/ascend_flops_generator.py,sha256=yUONCFmJZJ7dZqCAILEjXbRZUZ5Ixf5GG9UNpo564ok,5105
|
|
2253
2141
|
mindspore/profiler/parser/ascend_fpbp_generator.py,sha256=b0NL3Rku09qem3yXBd7aFi0qYZORtPAS3rNsEuaLaUo,3466
|
|
2254
|
-
mindspore/profiler/parser/ascend_hccl_generator.py,sha256=
|
|
2255
|
-
mindspore/profiler/parser/
|
|
2256
|
-
mindspore/profiler/parser/ascend_memory_generator.py,sha256=zHodfRAAymygFSGVtZrfdeLisCY6AhQMEDtPXbajyP0,8489
|
|
2257
|
-
mindspore/profiler/parser/ascend_msprof_exporter.py,sha256=yjwuu0AnAEOmkICy8WuqBeF4UywjlzrU2YlvGhIvG70,11845
|
|
2142
|
+
mindspore/profiler/parser/ascend_hccl_generator.py,sha256=mgzu5bKvdjYb6PrpzkrZMf88YOax6txBVL2XqS6ye9E,14134
|
|
2143
|
+
mindspore/profiler/parser/ascend_msprof_exporter.py,sha256=9fgf1JFrQx2z7ZmbKSBmsYjuBi6gOLheiUtdXx2EF1E,10739
|
|
2258
2144
|
mindspore/profiler/parser/ascend_msprof_generator.py,sha256=Uq8JVNyjjYMA_lfRG6tJlw-rIrsdrCc3GESJRV1HTMI,8100
|
|
2259
2145
|
mindspore/profiler/parser/ascend_op_generator.py,sha256=srRcyRWZLPOg5NG4AQD02n_QHg2_ZuadYDRWXQUxsis,16514
|
|
2260
2146
|
mindspore/profiler/parser/ascend_steptrace_generator.py,sha256=c2rInq3_eKs1_O_uCc1CX7kZBAqHw1tjex2jqVRVvBE,4574
|
|
2261
|
-
mindspore/profiler/parser/ascend_timeline_generator.py,sha256=
|
|
2147
|
+
mindspore/profiler/parser/ascend_timeline_generator.py,sha256=_FbnS5qoPmgqsQRWQyooXZaYZF62irc8L-KyEUfX_8c,25071
|
|
2262
2148
|
mindspore/profiler/parser/base_timeline_generator.py,sha256=HdxZjvoIghhI_RpVe-viTFXm2l1Qjn_sNeAUJG9CHRs,23578
|
|
2263
2149
|
mindspore/profiler/parser/container.py,sha256=Nym-4zeWCp_hWBHXM_ZZcFPrPBrYbkFk5LrmPy68Mak,6263
|
|
2264
2150
|
mindspore/profiler/parser/cpu_gpu_timeline_generator.py,sha256=ZA6d3o5KMD9ZLXcBwap_AllKRtm0srGze0d_jjfFqk4,32729
|
|
@@ -2271,7 +2157,7 @@ mindspore/profiler/parser/hwts_log_parser.py,sha256=eNemRPW58AVMs6eKZcSGVaUqhCrS
|
|
|
2271
2157
|
mindspore/profiler/parser/integrator.py,sha256=jGJjePq1xUx-RG0nxWTEBfbW4cABmqte0YhyBjGFixI,20832
|
|
2272
2158
|
mindspore/profiler/parser/memory_usage_parser.py,sha256=ecVcs5uAzvEoga6kyn9Bx8hXqdkQnsz6DZMN4OHoeeU,17530
|
|
2273
2159
|
mindspore/profiler/parser/minddata_analyzer.py,sha256=z4Hc7ptx5LMzeDI7DMcVgwQ7S3SD21HggC4Md7kpGm4,37972
|
|
2274
|
-
mindspore/profiler/parser/minddata_parser.py,sha256=
|
|
2160
|
+
mindspore/profiler/parser/minddata_parser.py,sha256=v1uAI5IZPvK8Q4Rzf0Ineyqa91krj_Ogne-byWqRy4I,5233
|
|
2275
2161
|
mindspore/profiler/parser/minddata_pipeline_parser.py,sha256=KNiok0kwqXe1L7T6CTUidysYuy_O2x7b0ZIMum9obxM,10513
|
|
2276
2162
|
mindspore/profiler/parser/msadvisor_analyzer.py,sha256=txtILAquLbwJlpUdqR-nNEwhWWB9illfXm5uxmByRFk,3572
|
|
2277
2163
|
mindspore/profiler/parser/msadvisor_parser.py,sha256=cPZWy_e09Pt4L32739VPnqt6UCJ3lkoOZsKRhGg69Zc,8820
|
|
@@ -2280,18 +2166,18 @@ mindspore/profiler/parser/optime_parser.py,sha256=A2c9V9JH-1jdLXf7ugXUG0BbothMhx
|
|
|
2280
2166
|
mindspore/profiler/parser/profiler_info.py,sha256=5M6Y87GjqCHrAnuk_8opX5bPFPGlrfDAWGq32R6W4ng,5189
|
|
2281
2167
|
mindspore/profiler/parser/step_trace_parser.py,sha256=yoxJv_J3-JUEQL2NE-K1NrJR9U0hlj61uwgem56rMdc,27301
|
|
2282
2168
|
mindspore/profiler/parser/ascend_analysis/__init__.py,sha256=GwM3XQdwGkI4g4QtuKkxwGRRM6l7dyWgcLQ4g7y9JzQ,667
|
|
2283
|
-
mindspore/profiler/parser/ascend_analysis/constant.py,sha256=
|
|
2284
|
-
mindspore/profiler/parser/ascend_analysis/file_manager.py,sha256=
|
|
2285
|
-
mindspore/profiler/parser/ascend_analysis/function_event.py,sha256=
|
|
2286
|
-
mindspore/profiler/parser/ascend_analysis/fwk_cann_parser.py,sha256=
|
|
2287
|
-
mindspore/profiler/parser/ascend_analysis/fwk_file_parser.py,sha256=
|
|
2288
|
-
mindspore/profiler/parser/ascend_analysis/msprof_timeline_parser.py,sha256=
|
|
2289
|
-
mindspore/profiler/parser/ascend_analysis/profiler_info_parser.py,sha256=
|
|
2169
|
+
mindspore/profiler/parser/ascend_analysis/constant.py,sha256=i3NFzb_3Dy_50IfAJSYIkyT68SPifl3NybHd53W-iV0,2069
|
|
2170
|
+
mindspore/profiler/parser/ascend_analysis/file_manager.py,sha256=3rEhk7YmRtCf6q6kFAXVANTylqc4hexYXNLbjQxCZng,2903
|
|
2171
|
+
mindspore/profiler/parser/ascend_analysis/function_event.py,sha256=TW0ABBm-beqKxEPxTA5oYHK9kwc05KqP0p7-AXxDoDo,5651
|
|
2172
|
+
mindspore/profiler/parser/ascend_analysis/fwk_cann_parser.py,sha256=vDxe0VQ9PNvQqQKy9DXaK6nacIK0tn6uFtljIqpU0vw,5129
|
|
2173
|
+
mindspore/profiler/parser/ascend_analysis/fwk_file_parser.py,sha256=H1kPr2uPAcLVm0F_AYJNqsXoEvjhV25fHWJxauxg8PY,3603
|
|
2174
|
+
mindspore/profiler/parser/ascend_analysis/msprof_timeline_parser.py,sha256=Q2ywuuVWdHQb8yuwD-bXpoVBJFtgGi5aPbPsxzA0Gws,2121
|
|
2175
|
+
mindspore/profiler/parser/ascend_analysis/profiler_info_parser.py,sha256=7k3FfUJxPrUIw6Q7L4uNLVZl4E-pGfOx2h7JQfQCiFg,4982
|
|
2290
2176
|
mindspore/profiler/parser/ascend_analysis/tlv_decoder.py,sha256=j4a7pL2wzPMPUVCUQXE0MtfzT7HuyHmHHChRr8hNcfs,3473
|
|
2291
|
-
mindspore/profiler/parser/ascend_analysis/trace_event_manager.py,sha256=
|
|
2177
|
+
mindspore/profiler/parser/ascend_analysis/trace_event_manager.py,sha256=5ia8qh0CzbTIAz08z0zELOxVJQTElyTo7LQ4LgcshXo,2856
|
|
2292
2178
|
mindspore/rewrite/__init__.py,sha256=qf0s3ZPaPdz-QXwthgoesL-29XA_Cq1E7X0ivlcLDbc,1249
|
|
2293
2179
|
mindspore/rewrite/api/__init__.py,sha256=C0vnFHi800CmeNmdcMb1t7uHUJPZ9kLXjqxsIB6y4RY,698
|
|
2294
|
-
mindspore/rewrite/api/node.py,sha256=
|
|
2180
|
+
mindspore/rewrite/api/node.py,sha256=44yE2cCMocve0YIDDRtkBjpjp2266bp0gUyTXESQvLQ,22662
|
|
2295
2181
|
mindspore/rewrite/api/node_type.py,sha256=iD1nhDE95eJ0UxR1UAYIWQA_6y6PDJPLz6VTcuK5EHg,2265
|
|
2296
2182
|
mindspore/rewrite/api/pattern_engine.py,sha256=1sFHoAlUCIRU83ezxb94l8VMIcE6NN994CC4o_R3wqo,18871
|
|
2297
2183
|
mindspore/rewrite/api/scoped_value.py,sha256=RVOwUzUOGDIPrDasiqfcIzxma2-VCHmSeU7bMwTdCp8,7277
|
|
@@ -2307,7 +2193,7 @@ mindspore/rewrite/common/config.py,sha256=L-HWGlyqlxfjgdWll9iy1mbrlUw_xgPJtXOI_x
|
|
|
2307
2193
|
mindspore/rewrite/common/error_log.py,sha256=YD07-uig4603c0EarUpifuFPCGiwTkgh3BKojpfevmo,1511
|
|
2308
2194
|
mindspore/rewrite/common/event.py,sha256=uEx-2kunTvmk-sSIj4XuAXJExaKHJuYLOhHU0mSA8PE,1051
|
|
2309
2195
|
mindspore/rewrite/common/namer.py,sha256=8yk4AQiyubEwMr0cDS-nZsWlC8SOEVH_cqNheDKpJ6Q,9688
|
|
2310
|
-
mindspore/rewrite/common/namespace.py,sha256=
|
|
2196
|
+
mindspore/rewrite/common/namespace.py,sha256=H01QXXUOskfTiVjyn-2p9jN8YQ0tG6BrINRwWBLhq_w,4669
|
|
2311
2197
|
mindspore/rewrite/common/observable.py,sha256=ZS3hdYA-1XXPMwK9TtZtCUc-qEJ-kZ3tsQwAme3sPNU,1549
|
|
2312
2198
|
mindspore/rewrite/common/observer.py,sha256=l-5p_9CH-RLxi5XSm8sCmmElFvML-tSzrwxhP_dA59g,1793
|
|
2313
2199
|
mindspore/rewrite/node/__init__.py,sha256=B0OeG7zf8kpXWnqZp1YbPtSQlMjeRHQI0TL0hv-8JzU,893
|
|
@@ -2319,9 +2205,9 @@ mindspore/rewrite/node/node_manager.py,sha256=5ECzprZjCpN0OZ0MZtZKSUO4o4IEFxhKwA
|
|
|
2319
2205
|
mindspore/rewrite/node/node_topological_manager.py,sha256=Ifc5bjjATNO2wSteeq91bcIFlTBF1O-ldAj6MA5Y06o,10927
|
|
2320
2206
|
mindspore/rewrite/parsers/__init__.py,sha256=PrRAl-ZAnp72yYXprfFO2dSA-PsXmyve0o0j3Wu4yXw,1237
|
|
2321
2207
|
mindspore/rewrite/parsers/arguments_parser.py,sha256=phgi1kTivT0JSVB5REb66xYMOASHO_ZVz9e9Z1LzxeQ,2547
|
|
2322
|
-
mindspore/rewrite/parsers/assign_parser.py,sha256=
|
|
2208
|
+
mindspore/rewrite/parsers/assign_parser.py,sha256=il2ZFwcrg2sL8uksBiXCeCu1kmkyip7AP05WFvaZkr8,42836
|
|
2323
2209
|
mindspore/rewrite/parsers/attribute_parser.py,sha256=vmflCa9CAGKm9Syuby4XZqmbuYaOpT4jxfCWmYpm5GM,2395
|
|
2324
|
-
mindspore/rewrite/parsers/class_def_parser.py,sha256=
|
|
2210
|
+
mindspore/rewrite/parsers/class_def_parser.py,sha256=2_W28CSaqpXJFG4tqI8eF7L6McVRJ1HEnX7_Ug19eT4,13333
|
|
2325
2211
|
mindspore/rewrite/parsers/constant_parser.py,sha256=SqCuAoZmYGj-DB-Fc6HMA4OJ8xNA2oZTPtbTXAwm63o,3659
|
|
2326
2212
|
mindspore/rewrite/parsers/container_parser.py,sha256=XreOFsag4gKf-w-rb04kcgjk9NYqMG23L7cH60VwGMg,2955
|
|
2327
2213
|
mindspore/rewrite/parsers/expr_parser.py,sha256=0BxU9Fto9JM3-IjdcE44h93J9QN6B4o_D72s7LHRrNU,2271
|
|
@@ -2342,19 +2228,19 @@ mindspore/rewrite/symbol_tree/symbol_tree.py,sha256=v42EecHO5iwfAC30selh28Nh5r70
|
|
|
2342
2228
|
mindspore/rewrite/symbol_tree/symbol_tree_builder.py,sha256=vcTseCWw1EvQwH_VS7Se-E7LIxwgQEluq6N1EWWqnv8,2733
|
|
2343
2229
|
mindspore/rewrite/symbol_tree/symbol_tree_dumper.py,sha256=6HhvwPOemx9hkwwSVfx5JCD0d3e79qehEep6heD_btY,5611
|
|
2344
2230
|
mindspore/run_check/__init__.py,sha256=YU00578oQuToQBWKzkbUrM-Nl49aGhX3rQGNJ_0-1V8,811
|
|
2345
|
-
mindspore/run_check/_check_version.py,sha256
|
|
2231
|
+
mindspore/run_check/_check_version.py,sha256=-vPJGxZcwKk8yJLn7NbCHfaWfK1n2dhLB_PVbHaYMJY,26591
|
|
2346
2232
|
mindspore/run_check/run_check.py,sha256=h1XCJ3lWdK0BzRs1fwdQ5N-3ohgjJjzVsqbcuwTCBY4,2130
|
|
2347
2233
|
mindspore/safeguard/__init__.py,sha256=DwVALSUYkHUNeepy-dzFnqOOqVaem3SC2WRnMauH1FY,834
|
|
2348
2234
|
mindspore/safeguard/rewrite_obfuscation.py,sha256=XRDQkXsJ9ydNAbs8x50U4WjBbslyqbekz86eP5u-uiQ,27294
|
|
2349
2235
|
mindspore/scipy/__init__.py,sha256=5_9GxvzuMp8zrwrDYYfl53js85_IMsKHNc4KXbbFsqQ,776
|
|
2350
|
-
mindspore/scipy/fft.py,sha256=
|
|
2351
|
-
mindspore/scipy/linalg.py,sha256=
|
|
2352
|
-
mindspore/scipy/ops.py,sha256=
|
|
2236
|
+
mindspore/scipy/fft.py,sha256=tWCiN76ZGRUVElLcnulprsu15pLz3Hm4hBG52jXAtsE,5318
|
|
2237
|
+
mindspore/scipy/linalg.py,sha256=AANhpO24tXNg0uy5vBURxYUWDkYdx05LTomvbUFI54w,36047
|
|
2238
|
+
mindspore/scipy/ops.py,sha256=_MyQQUSzOfhcYZEjr0KzRbjgOOnkbLAwYITboW3HRqs,6208
|
|
2353
2239
|
mindspore/scipy/ops_grad.py,sha256=BmgDDzUyTKdOlVhLOLvSteOcqcVDmybVm5CpHAl0dkU,3998
|
|
2354
2240
|
mindspore/scipy/ops_wrapper.py,sha256=qgq0OOGUUpAtIL5Fo3jAkNxEmqAogXgT4DA8PWDt6ns,3238
|
|
2355
2241
|
mindspore/scipy/utils.py,sha256=Z7bhJdDhwvG5ixkgFInSfb_RcjXvDso0Vo2ZkOmFGR4,5484
|
|
2356
2242
|
mindspore/scipy/utils_const.py,sha256=owCbfwdtFnR_1xJis17qgNUoDWffJ1iOVy9o2zoSEK0,8239
|
|
2357
|
-
mindspore/scipy/optimize/__init__.py,sha256=
|
|
2243
|
+
mindspore/scipy/optimize/__init__.py,sha256=_IQEth22SDsmIqq0bsHGdkycEdlicbZyKIUTDG8jiFE,886
|
|
2358
2244
|
mindspore/scipy/optimize/_bfgs.py,sha256=S6nDRv-SksFVx-FhugPdu5hTXHhmuNG7VC5shEiCGWY,9275
|
|
2359
2245
|
mindspore/scipy/optimize/_lagrange.py,sha256=cH_8VUpyfnEn5fY2_IH-GUpvwFJJzawFQSOOQrUmDes,8087
|
|
2360
2246
|
mindspore/scipy/optimize/_lbfgs.py,sha256=ucfqPnVETL06xQer3xjbu1MPGIN00gkm7M7tDXP6ogA,6823
|
|
@@ -2362,41 +2248,38 @@ mindspore/scipy/optimize/gradient_optimization_algorithm.py,sha256=MmeEyqZExau5B
|
|
|
2362
2248
|
mindspore/scipy/optimize/line_search.py,sha256=nw-pLF7uaFypeamARSrLXC0NeL_uAssuOHjGP7B2ZyE,15278
|
|
2363
2249
|
mindspore/scipy/optimize/linear_sum_assignment.py,sha256=D9zHJ1v9FWApc4Rp2XkKYatxkFT-f7tfXA0l2GQPTh8,3287
|
|
2364
2250
|
mindspore/scipy/optimize/minimize.py,sha256=jsdCF5ridHuRGSo-_tmTUA-D2B8uiBFuA_Q0kpaqupk,9459
|
|
2365
|
-
mindspore/train/__init__.py,sha256=
|
|
2251
|
+
mindspore/train/__init__.py,sha256=0GTkZks7vl9J8lZz2__oDMSBTDhaIOvZXun0fQ5LHNo,2617
|
|
2366
2252
|
mindspore/train/_utils.py,sha256=Z291absygyR0hq3s-B_vwJOxXv4iy7tCpPSefoNm3Sc,16576
|
|
2367
2253
|
mindspore/train/amp.py,sha256=ZC_--S3UynhXyhHrrKztMevHPIyP7gK6buiMxfSVffo,36950
|
|
2368
|
-
mindspore/train/anf_ir_pb2.py,sha256=
|
|
2254
|
+
mindspore/train/anf_ir_pb2.py,sha256=tSL0DJ6Ce8I_D7GmCrKdzhTDxcDzhB05NidaDZ2sAI4,65429
|
|
2369
2255
|
mindspore/train/checkpoint_pb2.py,sha256=5vYSeyUdp6NfQzIGcVjZ5kKzBSilmnVxfYnlsiP2TxY,8437
|
|
2370
|
-
mindspore/train/data_sink.py,sha256=
|
|
2371
|
-
mindspore/train/dataset_helper.py,sha256=
|
|
2256
|
+
mindspore/train/data_sink.py,sha256=mys6Epz9ck3Yz4yOPLsvVCA-uoLJu547JLxVdKdAeFQ,8494
|
|
2257
|
+
mindspore/train/dataset_helper.py,sha256=BKKuJs4Mq3oZe-h3yxZq0mTqsZHkieVO9Vgx-x6lk94,27895
|
|
2372
2258
|
mindspore/train/lineage_pb2.py,sha256=GRfUD5xqClVDg0Gty8txpltmuvK6r4KDv3EHwQ--cXo,55724
|
|
2373
2259
|
mindspore/train/loss_scale_manager.py,sha256=eK13D_ZZ09d1zfv88TIB2Sdv6C_utoV3wA0VFYrRatA,8757
|
|
2374
2260
|
mindspore/train/memory_profiling_pb2.py,sha256=wbKwNkqNMF4NwKKdK_JkIgRGrGWnCy2KYzWXoGf5Vq4,13362
|
|
2375
2261
|
mindspore/train/mind_ir_pb2.py,sha256=RIWKuSZhW_TTOG5ubw5nXMS6zc4WdOliOAoIXpNKSdk,89782
|
|
2376
|
-
mindspore/train/model.py,sha256=
|
|
2262
|
+
mindspore/train/model.py,sha256=QQF6_xFFC-HlMH693iI6iqxCHF_XAFkDpp7OPFwNfhs,102304
|
|
2377
2263
|
mindspore/train/node_strategy_pb2.py,sha256=DWVbY7Em08puQtZ9WWR74viF3VsvClgu94eR-KWCPtI,25880
|
|
2378
2264
|
mindspore/train/print_pb2.py,sha256=ewqGKhrdkLdu1WV97shhKnrkHbnppCy9ShoJJC3tz2M,6648
|
|
2379
2265
|
mindspore/train/profiling_parallel_pb2.py,sha256=DZf0RV0HPqBzK-X0RgXqHj2kMn699D46b_s-QVehkGo,6150
|
|
2380
|
-
mindspore/train/serialization.py,sha256=
|
|
2266
|
+
mindspore/train/serialization.py,sha256=ONx6uUlfzGiiD_X1imiuajZOV_stzUiq7HBY3QxCKew,145802
|
|
2381
2267
|
mindspore/train/summary_pb2.py,sha256=kWDvFFWXDJyfaw2uXsUGuIl4t-S81Ujm8RJ21qiaXto,53579
|
|
2382
|
-
mindspore/train/callback/__init__.py,sha256=
|
|
2383
|
-
mindspore/train/callback/_backup_and_restore.py,sha256=
|
|
2268
|
+
mindspore/train/callback/__init__.py,sha256=IqT4ngCqnucvASb45OPIgGO6d9GIsCudSQoR9tNpPUI,2492
|
|
2269
|
+
mindspore/train/callback/_backup_and_restore.py,sha256=RbdeTE2orgdiG-76nrC15_w6hafxdA5yGBn54066BYA,5226
|
|
2384
2270
|
mindspore/train/callback/_callback.py,sha256=-lmKMZcyckcjcuFM0UpylTXa5leeWmvtaL1xE0EXOk4,24264
|
|
2385
|
-
mindspore/train/callback/_checkpoint.py,sha256=
|
|
2386
|
-
mindspore/train/callback/_cluster_monitor.py,sha256=086ME4m_2i_AEMJe7JzPd3Ng3lpjNxHAJysLsgFrAtw,8126
|
|
2271
|
+
mindspore/train/callback/_checkpoint.py,sha256=0Hhxz_1kfXUBd585kDfD4nb9Lz9Z4dgckkqKKr8YPXU,29356
|
|
2387
2272
|
mindspore/train/callback/_dataset_graph.py,sha256=wHZTlKS1ugrv1BNWAjplWOdilEpmHiQFe2kvZtG6VY0,6216
|
|
2388
2273
|
mindspore/train/callback/_early_stop.py,sha256=z3QxodnmDFoDGLcr17wzduZ5cgN5EMBAiD6BwrX3zJ0,11307
|
|
2389
|
-
mindspore/train/callback/_flops_collector.py,sha256=88DsQqwM1pW0QCKwtA84RN2nvCABLtZA5G4jLswF0l0,11306
|
|
2390
2274
|
mindspore/train/callback/_history.py,sha256=ovtd0tundLRsWS7cs6SLtsCEEOYSnumJuhojACMEELc,3909
|
|
2391
2275
|
mindspore/train/callback/_lambda_callback.py,sha256=8oZKJX8VN0WFObMmAq_5Vy1OYPApHmoDxD8ChLdRfAw,4821
|
|
2392
|
-
mindspore/train/callback/_landscape.py,sha256=
|
|
2276
|
+
mindspore/train/callback/_landscape.py,sha256=SM0imhFLUGOknSXoFubBM5tCXHU0jaqFwb4u8YcuzhI,49719
|
|
2393
2277
|
mindspore/train/callback/_loss_monitor.py,sha256=FVjYOma6iK2OjdWiei8-C7ju_tvamaSoKvyaIMVvwfE,4842
|
|
2394
2278
|
mindspore/train/callback/_lr_scheduler_callback.py,sha256=XtCMrS6-0kRX5QnBTCOUXMKN5vzk7vtgMypNfZfLjdY,3083
|
|
2395
|
-
mindspore/train/callback/_mindio_ttp.py,sha256=AoLSlKTcGcbf54XM2ddtFvE1TlOu38Yje1HT_LNN1IQ,19068
|
|
2396
2279
|
mindspore/train/callback/_on_request_exit.py,sha256=5yE7Fo1h1GZ_iXnamqdud6rIq3uUry4MS3N0U1nYKsE,9110
|
|
2397
2280
|
mindspore/train/callback/_reduce_lr_on_plateau.py,sha256=ARnRLGZItA6rHDMkKvkP_FpWYwENG21sPwNlPSZtouU,10798
|
|
2398
2281
|
mindspore/train/callback/_summary_collector.py,sha256=LjoyifrPxyOYImdHK3Wq_q7QIfdEnM4VxcpipNcpDsU,56397
|
|
2399
|
-
mindspore/train/callback/_time_monitor.py,sha256=
|
|
2282
|
+
mindspore/train/callback/_time_monitor.py,sha256=rXmvgVSQhjLZ2enIMIHG4jymHwN2RcYvCN8RRJIwO6g,5908
|
|
2400
2283
|
mindspore/train/metrics/__init__.py,sha256=U5IpvYQpjN_T8xDx9YjHM1kLa22O5Xgm0B3NDlzFz5s,6217
|
|
2401
2284
|
mindspore/train/metrics/accuracy.py,sha256=aH3EAQM9vgTueD_fhvgREv9B9am3cla3m5EZtwTy_6k,5994
|
|
2402
2285
|
mindspore/train/metrics/auc.py,sha256=jL1HUdICln3N8mpRhO0dozRIwXtDhAy4rrZMFC6Xb-U,4942
|
|
@@ -2419,7 +2302,7 @@ mindspore/train/metrics/root_mean_square_surface_distance.py,sha256=QgZnyrw5Jnws
|
|
|
2419
2302
|
mindspore/train/metrics/topk.py,sha256=H9idSqk94B85kB-NAaFOBVrAW4PpQIeGEdMEFs4Cji0,6569
|
|
2420
2303
|
mindspore/train/summary/__init__.py,sha256=yE0Ejef3vv6yIIQo7TH7X18DCeywiSYVuDC53sPt5Kg,992
|
|
2421
2304
|
mindspore/train/summary/_lineage_adapter.py,sha256=0lLBiJMSqq6BQXVK-jk56cdMsfg6aeLG-sKp-LM0HwA,1485
|
|
2422
|
-
mindspore/train/summary/_summary_adapter.py,sha256=
|
|
2305
|
+
mindspore/train/summary/_summary_adapter.py,sha256=ZgFaN-ta4i31ViqqqwTO7eeAoSCRA6s9qBE-Now6SZI,15997
|
|
2423
2306
|
mindspore/train/summary/_writer_pool.py,sha256=n7VmdXXKcl6oBMzZ-Mcfh9ZiuwC-9aOR4Xr4-lRmRMA,8430
|
|
2424
2307
|
mindspore/train/summary/enums.py,sha256=waGImefk64zhlXQ_B3USONbTiC63Q11LN-D6o9mXdbM,1695
|
|
2425
2308
|
mindspore/train/summary/summary_record.py,sha256=GAQkZNnokpOgWjokFlo4sarNmQqG2IZWaWNSJZIPLrc,26877
|
|
@@ -2428,8 +2311,8 @@ mindspore/train/train_thor/__init__.py,sha256=yi6HaNuPSJ-BpotueTNBCCMDY7LQlUCunZ
|
|
|
2428
2311
|
mindspore/train/train_thor/convert_utils.py,sha256=AS5T7IELB2v662llF_eTCzgg6w8EoTCLe7k8Pe1DuTw,12532
|
|
2429
2312
|
mindspore/train/train_thor/dataset_helper.py,sha256=h--zentqMCqiVTKe1IaH58TY9jqnxNPPlkv3zKcmjRY,7687
|
|
2430
2313
|
mindspore/train/train_thor/model_thor.py,sha256=KW4KibaI-tB2FXTFfCb53_6KeuqUue6iLB8WVbRzY18,12863
|
|
2431
|
-
mindspore-2.3.
|
|
2432
|
-
mindspore-2.3.
|
|
2433
|
-
mindspore-2.3.
|
|
2434
|
-
mindspore-2.3.
|
|
2435
|
-
mindspore-2.3.
|
|
2314
|
+
mindspore-2.3.0rc2.dist-info/METADATA,sha256=gPMF1g2PRIbhJcJEM7ol_4ZUlO-BVpFg0RqW1Pm-itc,18157
|
|
2315
|
+
mindspore-2.3.0rc2.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
2316
|
+
mindspore-2.3.0rc2.dist-info/entry_points.txt,sha256=N5IlarHMqM5iO2ya44weeCHPp9HH8RXw_emi7Dip1u0,118
|
|
2317
|
+
mindspore-2.3.0rc2.dist-info/top_level.txt,sha256=6Zj88TmY8vi7j2GQh8IOCnperuz1JNE0JBAz2jS73F8,10
|
|
2318
|
+
mindspore-2.3.0rc2.dist-info/RECORD,,
|