mindspore 2.2.0__cp39-cp39-win_amd64.whl → 2.2.10__cp39-cp39-win_amd64.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.

Files changed (122) hide show
  1. mindspore/.commit_id +1 -1
  2. mindspore/Microsoft.VisualStudio.Telemetry.dll +0 -0
  3. mindspore/Newtonsoft.Json.dll +0 -0
  4. mindspore/_c_dataengine.cp39-win_amd64.pyd +0 -0
  5. mindspore/_c_expression.cp39-win_amd64.pyd +0 -0
  6. mindspore/_c_mindrecord.cp39-win_amd64.pyd +0 -0
  7. mindspore/_checkparam.py +3 -3
  8. mindspore/_extends/graph_kernel/model/graph_split.py +84 -76
  9. mindspore/_extends/graph_kernel/splitter.py +3 -2
  10. mindspore/_extends/parallel_compile/akg_compiler/build_tbe_kernel.py +83 -66
  11. mindspore/_extends/parallel_compile/akg_compiler/tbe_topi.py +4 -4
  12. mindspore/_extends/parallel_compile/akg_compiler/util.py +10 -7
  13. mindspore/_extends/parallel_compile/tbe_compiler/tbe_helper.py +2 -1
  14. mindspore/_extends/parse/standard_method.py +2 -9
  15. mindspore/_extends/remote/kernel_build_server.py +2 -1
  16. mindspore/atlprov.dll +0 -0
  17. mindspore/c1.dll +0 -0
  18. mindspore/c1xx.dll +0 -0
  19. mindspore/c2.dll +0 -0
  20. mindspore/common/api.py +1 -1
  21. mindspore/common/auto_dynamic_shape.py +81 -85
  22. mindspore/common/dump.py +1 -1
  23. mindspore/common/tensor.py +3 -20
  24. mindspore/config/op_info.config +1 -1
  25. mindspore/context.py +11 -4
  26. mindspore/dataset/engine/datasets_standard_format.py +5 -0
  27. mindspore/dataset/vision/transforms.py +21 -21
  28. mindspore/dnnl.dll +0 -0
  29. mindspore/dpcmi.dll +0 -0
  30. mindspore/experimental/optim/adam.py +1 -1
  31. mindspore/gen_ops.py +1 -1
  32. mindspore/include/api/model.h +17 -0
  33. mindspore/include/api/status.h +8 -3
  34. mindspore/jpeg62.dll +0 -0
  35. mindspore/mindspore_backend.dll +0 -0
  36. mindspore/mindspore_common.dll +0 -0
  37. mindspore/mindspore_core.dll +0 -0
  38. mindspore/mindspore_glog.dll +0 -0
  39. mindspore/mindspore_shared_lib.dll +0 -0
  40. mindspore/msobj140.dll +0 -0
  41. mindspore/mspdb140.dll +0 -0
  42. mindspore/mspdbcore.dll +0 -0
  43. mindspore/mspdbst.dll +0 -0
  44. mindspore/mspft140.dll +0 -0
  45. mindspore/msvcdis140.dll +0 -0
  46. mindspore/msvcp140_1.dll +0 -0
  47. mindspore/msvcp140_2.dll +0 -0
  48. mindspore/msvcp140_atomic_wait.dll +0 -0
  49. mindspore/msvcp140_codecvt_ids.dll +0 -0
  50. mindspore/nn/cell.py +0 -3
  51. mindspore/nn/layer/activation.py +4 -5
  52. mindspore/nn/layer/conv.py +39 -23
  53. mindspore/nn/layer/flash_attention.py +90 -78
  54. mindspore/nn/layer/math.py +3 -7
  55. mindspore/nn/layer/rnn_cells.py +5 -5
  56. mindspore/nn/wrap/cell_wrapper.py +6 -0
  57. mindspore/numpy/utils_const.py +5 -5
  58. mindspore/opencv_core452.dll +0 -0
  59. mindspore/opencv_imgcodecs452.dll +0 -0
  60. mindspore/opencv_imgproc452.dll +0 -0
  61. mindspore/ops/_grad_experimental/grad_array_ops.py +1 -1
  62. mindspore/ops/_grad_experimental/grad_implementations.py +2 -2
  63. mindspore/ops/_grad_experimental/grad_math_ops.py +19 -18
  64. mindspore/ops/_grad_experimental/grad_sparse_ops.py +3 -3
  65. mindspore/ops/_op_impl/aicpu/add.py +3 -3
  66. mindspore/ops/_utils/utils.py +2 -0
  67. mindspore/ops/composite/multitype_ops/_compile_utils.py +2 -1
  68. mindspore/ops/composite/multitype_ops/getitem_impl.py +2 -2
  69. mindspore/ops/function/array_func.py +10 -7
  70. mindspore/ops/function/grad/grad_func.py +0 -1
  71. mindspore/ops/function/nn_func.py +98 -9
  72. mindspore/ops/function/random_func.py +2 -1
  73. mindspore/ops/op_info_register.py +24 -21
  74. mindspore/ops/operations/__init__.py +3 -2
  75. mindspore/ops/operations/_grad_ops.py +24 -4
  76. mindspore/ops/operations/_inner_ops.py +155 -23
  77. mindspore/ops/operations/array_ops.py +9 -7
  78. mindspore/ops/operations/comm_ops.py +2 -2
  79. mindspore/ops/operations/custom_ops.py +85 -68
  80. mindspore/ops/operations/inner_ops.py +26 -3
  81. mindspore/ops/operations/math_ops.py +4 -3
  82. mindspore/ops/operations/nn_ops.py +109 -28
  83. mindspore/parallel/_parallel_serialization.py +10 -3
  84. mindspore/parallel/_tensor.py +4 -1
  85. mindspore/parallel/checkpoint_transform.py +13 -2
  86. mindspore/parallel/shard.py +17 -10
  87. mindspore/pgodb140.dll +0 -0
  88. mindspore/pgort140.dll +0 -0
  89. mindspore/profiler/common/util.py +1 -0
  90. mindspore/profiler/parser/ascend_hccl_generator.py +232 -0
  91. mindspore/profiler/parser/ascend_msprof_exporter.py +86 -43
  92. mindspore/profiler/parser/ascend_msprof_generator.py +196 -9
  93. mindspore/profiler/parser/ascend_op_generator.py +1 -1
  94. mindspore/profiler/parser/ascend_timeline_generator.py +6 -182
  95. mindspore/profiler/parser/base_timeline_generator.py +1 -1
  96. mindspore/profiler/parser/cpu_gpu_timeline_generator.py +2 -2
  97. mindspore/profiler/parser/framework_parser.py +1 -1
  98. mindspore/profiler/parser/profiler_info.py +19 -0
  99. mindspore/profiler/profiling.py +46 -24
  100. mindspore/rewrite/api/pattern_engine.py +1 -1
  101. mindspore/rewrite/parsers/for_parser.py +1 -1
  102. mindspore/rewrite/symbol_tree.py +1 -4
  103. mindspore/run_check/_check_version.py +5 -3
  104. mindspore/safeguard/rewrite_obfuscation.py +52 -28
  105. mindspore/tbbmalloc.dll +0 -0
  106. mindspore/tinyxml2.dll +0 -0
  107. mindspore/train/callback/_summary_collector.py +1 -1
  108. mindspore/train/dataset_helper.py +1 -0
  109. mindspore/train/model.py +2 -2
  110. mindspore/train/serialization.py +97 -11
  111. mindspore/train/summary/_summary_adapter.py +1 -1
  112. mindspore/train/summary/summary_record.py +23 -7
  113. mindspore/turbojpeg.dll +0 -0
  114. mindspore/vcmeta.dll +0 -0
  115. mindspore/vcruntime140.dll +0 -0
  116. mindspore/vcruntime140_1.dll +0 -0
  117. mindspore/version.py +1 -1
  118. {mindspore-2.2.0.dist-info → mindspore-2.2.10.dist-info}/METADATA +1 -1
  119. {mindspore-2.2.0.dist-info → mindspore-2.2.10.dist-info}/RECORD +122 -122
  120. {mindspore-2.2.0.dist-info → mindspore-2.2.10.dist-info}/WHEEL +0 -0
  121. {mindspore-2.2.0.dist-info → mindspore-2.2.10.dist-info}/entry_points.txt +0 -0
  122. {mindspore-2.2.0.dist-info → mindspore-2.2.10.dist-info}/top_level.txt +0 -0
@@ -143,8 +143,8 @@ def _infer_out_shape(*shapes):
143
143
  shape_out = list()
144
144
  max_len = max([len(it) for it in shapes])
145
145
  for i in range(max_len):
146
- items = [it[i-max_len+len(it)] if i-max_len +
147
- len(it) >= 0 else 1 for it in shapes]
146
+ items = [
147
+ it[i - max_len + len(it)] if i - max_len + len(it) >= 0 else 1 for it in shapes]
148
148
  max_size = 0 if 0 in items else max(items)
149
149
  _check()
150
150
  shape_out.append(max_size)
@@ -158,8 +158,8 @@ def _can_broadcast(*shapes):
158
158
  """
159
159
  max_len = max([len(it) for it in shapes])
160
160
  for i in range(max_len):
161
- items = [it[i-max_len+len(it)] if i-max_len +
162
- len(it) >= 0 else 1 for it in shapes]
161
+ items = [
162
+ it[i - max_len + len(it)] if i - max_len + len(it) >= 0 else 1 for it in shapes]
163
163
  max_size = 0 if 0 in items else max(items)
164
164
  if any(item not in (1, max_size) for item in items):
165
165
  return False
@@ -399,7 +399,7 @@ def _broadcast_tuples(tup1, tup2):
399
399
  if not isinstance(tup1, (tuple, list)) or not isinstance(tup2, (tuple, list)):
400
400
  raise TypeError("input shift and axis must be tuple or list or int.")
401
401
  if len(tup1) == len(tup2) or len(tup1) == 1 or len(tup2) == 1:
402
- return None
402
+ return
403
403
  raise ValueError("shape mismatch: objects cannot be broadcast to a single shape")
404
404
 
405
405
  tup1 = (tup1,) if isinstance(tup1, int) else tup1
Binary file
Binary file
Binary file
@@ -203,7 +203,7 @@ def get_bprop_index_put(self):
203
203
  if is_ascend:
204
204
  indices_ms = [convert_idx_positive(indices_ms[i], x1.shape[i]) for i in range(len(indices_ms))]
205
205
  indices_me = stack(indices_ms)
206
- indices_grad = F.transpose(indices_me, F.make_range(F.rank(indices_me)-1, -1, -1))
206
+ indices_grad = F.transpose(indices_me, F.make_range(F.rank(indices_me) - 1, -1, -1))
207
207
  values_grad = gather_nd(dout, indices_grad)
208
208
  if equal(cast(x2.shape[0], mstype.int32), Tensor(1)):
209
209
  values_grad = values_grad.sum().reshape(1)
@@ -19,7 +19,7 @@ from mindspore.ops import functional as F
19
19
  from mindspore.ops import operations as P
20
20
  from mindspore.ops.composite import multitype_ops as C
21
21
  from mindspore.ops.composite.multitype_ops.zeros_like_impl import zeros_like
22
- from mindspore.ops._grad_experimental.grad_base import bprops
22
+ from mindspore.ops._grad_experimental.grad_base import bprops, bprop_getters
23
23
  from mindspore.common import dtype as mstype
24
24
 
25
25
  get_dtype = P.DType()
@@ -193,7 +193,7 @@ def bprop_tensor_move(x, out, dout):
193
193
  return (dout,)
194
194
 
195
195
 
196
- @bprops.register("DictInplaceSetItem")
196
+ @bprop_getters.register("DictInplaceSetItem")
197
197
  def get_bprop_dict_inplace_setitem(self):
198
198
  """Generate bprop for dict inplace pop"""
199
199
 
@@ -135,7 +135,7 @@ def get_bprop_matrix_triangular_solve(self):
135
135
 
136
136
  def bprop(matrix, rhs, out, dout):
137
137
  grad_rhs = matrix_triangular_solve_op(matrix, dout)
138
- if matrix.dtype == mstype.complex64 or matrix.dtype == mstype.complex128:
138
+ if matrix.dtype in (mstype.complex64, mstype.complex128):
139
139
  grad_rhs_temp = _adjoint(grad_rhs)
140
140
  out_temp = _adjoint(out)
141
141
  else:
@@ -156,14 +156,14 @@ def get_bprop_matrix_triangular_solve(self):
156
156
  grad_matrix = mat_mul_op(grad_rhs, out_temp)
157
157
  grad_matrix = neg_op(grad_matrix)
158
158
  if lower_a:
159
- if grad_matrix.dtype == mstype.complex64 or grad_matrix.dtype == mstype.complex128:
159
+ if grad_matrix.dtype in (mstype.complex64, mstype.complex128):
160
160
  grad_matrix_real = matrix_band_part_op(real_op(grad_matrix), -1, 0)
161
161
  grad_matrix_imag = matrix_band_part_op(imag_op(grad_matrix), -1, 0)
162
162
  grad_matrix = complex_op(grad_matrix_real, grad_matrix_imag)
163
163
  else:
164
164
  grad_matrix = matrix_band_part_op(grad_matrix, -1, 0)
165
165
  else:
166
- if grad_matrix.dtype == mstype.complex64 or grad_matrix.dtype == mstype.complex128:
166
+ if grad_matrix.dtype in (mstype.complex64, mstype.complex128):
167
167
  grad_matrix_real = matrix_band_part_op(real_op(grad_matrix), 0, -1)
168
168
  grad_matrix_imag = matrix_band_part_op(imag_op(grad_matrix), 0, -1)
169
169
  grad_matrix = complex_op(grad_matrix_real, grad_matrix_imag)
@@ -219,7 +219,7 @@ def get_bprop_matrix_solve(self):
219
219
  @_primexpr
220
220
  def _generate_perm_matrix_solve_ls(x_dim):
221
221
  perm = tuple(range(x_dim - 2))
222
- perm = perm + (x_dim-1, x_dim-2)
222
+ perm = perm + (x_dim - 1, x_dim - 2)
223
223
  return perm
224
224
 
225
225
 
@@ -647,20 +647,21 @@ def _fft_rank_offset(norm_shape, rank):
647
647
  @_primexpr
648
648
  def _fft_with_size_back_norm(norm_shape, norm, inverse, rank):
649
649
  """generate reverse term for fft_with_size"""
650
+ norm_ = None
650
651
  if inverse is False:
651
652
  if norm == "forward":
652
- norm_ = 1 / _fft_rank_offset(norm_shape, rank)
653
- if norm == "backward":
654
- norm_ = 1 * _fft_rank_offset(norm_shape, rank)
655
- if norm == "ortho":
656
- norm_ = 1
657
- if inverse is True:
653
+ norm_ = 1.0 / _fft_rank_offset(norm_shape, rank)
654
+ elif norm == "backward":
655
+ norm_ = 1.0 * _fft_rank_offset(norm_shape, rank)
656
+ elif norm == "ortho":
657
+ norm_ = 1.0
658
+ else:
658
659
  if norm == "forward":
659
- norm_ = 1 * _fft_rank_offset(norm_shape, rank)
660
- if norm == "backward":
661
- norm_ = 1 / _fft_rank_offset(norm_shape, rank)
662
- if norm == "ortho":
663
- norm_ = 1
660
+ norm_ = 1.0 * _fft_rank_offset(norm_shape, rank)
661
+ elif norm == "backward":
662
+ norm_ = 1.0 / _fft_rank_offset(norm_shape, rank)
663
+ elif norm == "ortho":
664
+ norm_ = 1.0
664
665
  return norm_
665
666
 
666
667
 
@@ -670,9 +671,9 @@ def _rfft_norm(norm_shape, norm, rank):
670
671
  norm_ = 1.0
671
672
  if norm == "forward":
672
673
  norm_ = 1 / _fft_rank_offset(norm_shape, rank)
673
- if norm == "backward":
674
- norm_ = 1
675
- if norm == "ortho":
674
+ elif norm == "backward":
675
+ norm_ = 1.0
676
+ elif norm == "ortho":
676
677
  norm_ = 1 / np.sqrt(_fft_rank_offset(norm_shape, rank))
677
678
  return norm_
678
679
 
@@ -358,10 +358,10 @@ def get_bprop_ragged_tensor_to_sparse(self):
358
358
  split.append(zeros_like(i))
359
359
  all_d = (split, ragged_values_grad)
360
360
  return all_d
361
- split = ()
361
+ split_ = ()
362
362
  for i in enumerate(rt_nested_splits):
363
- split = split + (zeros_like(i),)
364
- all_d = (split, ragged_values_grad)
363
+ split_ = split_ + (zeros_like(i),)
364
+ all_d = (split_, ragged_values_grad)
365
365
  return all_d
366
366
 
367
367
  return bprop
@@ -29,9 +29,9 @@ add_op_info = AiCPURegOp("Add") \
29
29
  .dtype_format(DataType.I32_Default, DataType.I32_Default, DataType.I32_Default) \
30
30
  .dtype_format(DataType.I64_Default, DataType.I64_Default, DataType.I64_Default) \
31
31
  .dtype_format(DataType.U8_Default, DataType.U8_Default, DataType.U8_Default) \
32
- .dtype_format(DataType.U16_Default, DataType.I16_Default, DataType.I16_Default) \
33
- .dtype_format(DataType.U32_Default, DataType.I32_Default, DataType.I32_Default) \
34
- .dtype_format(DataType.U64_Default, DataType.I64_Default, DataType.I64_Default) \
32
+ .dtype_format(DataType.U16_Default, DataType.U16_Default, DataType.U16_Default) \
33
+ .dtype_format(DataType.U32_Default, DataType.U32_Default, DataType.U32_Default) \
34
+ .dtype_format(DataType.U64_Default, DataType.U64_Default, DataType.U64_Default) \
35
35
  .dtype_format(DataType.C64_Default, DataType.C64_Default, DataType.C64_Default) \
36
36
  .dtype_format(DataType.C128_Default, DataType.C128_Default, DataType.C128_Default) \
37
37
  .get_op_info()
@@ -77,10 +77,12 @@ def get_broadcast_shape(x_shape, y_shape, prim_name, arg_name1="x", arg_name2="y
77
77
  broadcast_shape = list(broadcast_shape_front) + broadcast_shape_back
78
78
  return broadcast_shape
79
79
 
80
+
80
81
  def dim_not_equal(dim1, dim2):
81
82
  """Compare dim in shape"""
82
83
  return dim1 != dim2 and dim1 >= 0 and dim2 >= 0
83
84
 
85
+
84
86
  def get_concat_offset(x_shp, x_type, axis, prim_name):
85
87
  """for concat and concatoffset check args and compute offset"""
86
88
  validator.check_value_type("shape", x_shp, [tuple, list], prim_name)
@@ -1255,7 +1255,8 @@ def _tensor_setitem_by_bool_tensor_with_tensor(data, index, value):
1255
1255
  index = index.reshape(const_utils.generate_padding_shape(index.shape, len(data.shape)))
1256
1256
  index = F.broadcast_to(index, data.shape)
1257
1257
  value = F.cast(value, F.dtype(data))
1258
- value = value.reshape(const_utils.generate_padding_shape(value.shape, len(data.shape)))
1258
+ while value.ndim < data.ndim:
1259
+ value = value.unsqueeze(-1)
1259
1260
  value = F.broadcast_to(value, data.shape)
1260
1261
  result = F.select(index, value, data)
1261
1262
  return result
@@ -161,7 +161,7 @@ def _tuple_getitem_by_slice(data, slice_index):
161
161
  if start is None:
162
162
  start = 0 if step >= 1 else -1
163
163
  if stop is None:
164
- stop = (2**31-1) if step >= 1 else -(2**31-1)
164
+ stop = (2**31 - 1) if step >= 1 else -(2**31 - 1)
165
165
  return sequence_slice(data, start, stop, step)
166
166
  return _tuple_slice(data, slice_index)
167
167
 
@@ -236,7 +236,7 @@ def _list_getitem_by_slice(data, slice_index):
236
236
  if start is None:
237
237
  start = 0 if step >= 1 else -1
238
238
  if stop is None:
239
- stop = (2**31-1) if step >= 1 else -(2**31-1)
239
+ stop = (2**31 - 1) if step >= 1 else -(2**31 - 1)
240
240
  return sequence_slice(data, start, stop, step)
241
241
  return _list_slice(data, slice_index)
242
242
 
@@ -660,14 +660,14 @@ def one_hot(indices, depth, on_value=1, off_value=0, axis=-1):
660
660
 
661
661
  Note:
662
662
  If the input indices is rank `N`, the output will have rank `N+1`. The new axis is created at dimension `axis`.
663
+ On Ascend, if `on_value` is Int64 dtype, `indices` must be Int64 dtype.
663
664
 
664
665
  Args:
665
666
  indices(Tensor): A tensor of indices. Tensor of shape :math:`(X_0, \ldots, X_n)`.
666
667
  Data type must be int32 or int64.
667
668
  depth(int): A scalar defining the depth of the one-hot dimension.
668
669
  on_value(Union[Tensor, int, float], optional): A value to fill in output when `indices[j] = i`.
669
- Support uint8, uint16, uint32, uint64, int8, int16, int32, int64, float16, float32, float64,
670
- bool, complex64, complex128. Default: ``1`` .
670
+ Data type must be int32, int64, float16 or float32. Default: ``1`` .
671
671
  off_value(Union[Tensor, int, float], optional): A value to fill in output when `indices[j] != i`.
672
672
  Has the same data type as `on_value`. Default: ``0`` .
673
673
  axis(int, optional): Position to insert the value. e.g. If shape of `self` is :math:`(N, C)`, and `axis` is -1,
@@ -676,7 +676,8 @@ def one_hot(indices, depth, on_value=1, off_value=0, axis=-1):
676
676
  Default: ``-1`` .
677
677
 
678
678
  Returns:
679
- Tensor, one-hot tensor. Tensor of shape :math:`(X_0, \ldots, X_{axis}, \text{depth} ,X_{axis+1}, \ldots, X_n)`.
679
+ Tensor, one-hot tensor. Tensor of shape :math:`(X_0, \ldots, X_{axis}, \text{depth} ,X_{axis+1}, \ldots, X_n)`,
680
+ and it has the same data type as `on_value`.
680
681
 
681
682
  Raises:
682
683
  TypeError: If `axis` or `depth` is not an int.
@@ -1734,7 +1735,11 @@ def flatten(input, order='C', *, start_dim=1, end_dim=-1):
1734
1735
  raise TypeError(f"For 'flatten', both 'start_dim' and 'end_dim' must be int.")
1735
1736
  check_flatten_order_const(order)
1736
1737
  if order == 'F':
1737
- perm = ops.make_range(0, ops.rank(input))
1738
+ x_rank = rank_(input)
1739
+ # If input is a 0-dimensional Tensor, a 1-dimensional Tensor will be returned.
1740
+ if x_rank in (0, 1):
1741
+ return reshape_(input, (-1,))
1742
+ perm = ops.make_range(0, x_rank)
1738
1743
  new_order = ops.tuple_reversed(perm)
1739
1744
  input = _get_cache_prim(P.Transpose)()(input, new_order)
1740
1745
 
@@ -2161,8 +2166,6 @@ def concat(tensors, axis=0):
2161
2166
 
2162
2167
  Tutorial Examples:
2163
2168
  - `Tensor - Tensor Operation <https://mindspore.cn/tutorials/en/r2.2/beginner/tensor.html#tensor-operation>`_
2164
- - `FGSM Network Adversarial Attack - Implementing FGSM
2165
- <https://mindspore.cn/tutorials/application/en/r2.2/cv/fgsm.html#implementing-fgsm>`_
2166
2169
  - `Vision Transformer Image Classification - Building ViT as a whole
2167
2170
  <https://mindspore.cn/tutorials/application/en/r2.2/cv/vit.html#building-vit-as-a-whole>`_
2168
2171
  - `Sentiment Classification Implemented by RNN - Dense
@@ -6828,7 +6831,7 @@ def diagonal(input, offset=0, dim1=0, dim2=1):
6828
6831
  """
6829
6832
  x_ndim = input.ndim
6830
6833
  if x_ndim < 2:
6831
- raise ValueError(f"ops.diagonal requires an array of at least two dimensions")
6834
+ raise ValueError(f"For 'ops.diagonal', the original tensor requires at least two dimensions, but got {x_ndim}")
6832
6835
  _check_attr_dtype("dim1", dim1, [int], "diagonal")
6833
6836
  _check_attr_dtype("dim2", dim2, [int], "diagonal")
6834
6837
  dtype = input.dtype
@@ -37,7 +37,6 @@ oneslike = P.OnesLike()
37
37
  def _check_has_aux_type(inputs):
38
38
  if not isinstance(inputs, bool):
39
39
  raise TypeError("The 'has_aux' must be bool type.")
40
- return True
41
40
 
42
41
 
43
42
  @constexpr
@@ -4609,6 +4609,19 @@ def max_pool3d(x, kernel_size, stride=None, padding=0, dilation=1, ceil_mode=Fal
4609
4609
 
4610
4610
  - **output** (Tensor) - Maxpooling result, with shape :math:`(N_{out}, C_{out}, D_{out}, H_{out}, W_{out})`.
4611
4611
  It has the same data type as `x`.
4612
+
4613
+ .. math::
4614
+ D_{out} = \left\lfloor\frac{D_{in} + 2 \times \text{padding}[0] - \text{dilation}[0] \times
4615
+ (\text{kernel_size}[0] - 1) - 1}{\text{stride}[0]} + 1\right\rfloor
4616
+
4617
+ .. math::
4618
+ H_{out} = \left\lfloor\frac{H_{in} + 2 \times \text{padding}[1] - \text{dilation}[1] \times
4619
+ (\text{kernel_size}[1] - 1) - 1}{\text{stride}[1]} + 1\right\rfloor
4620
+
4621
+ .. math::
4622
+ W_{out} = \left\lfloor\frac{W_{in} + 2 \times \text{padding}[2] - \text{dilation}[2] \times
4623
+ (\text{kernel_size}[2] - 1) - 1}{\text{stride}[2]} + 1\right\rfloor
4624
+
4612
4625
  - **argmax** (Tensor) - Index corresponding to the maximum value. Data type is int64. It will be return
4613
4626
  only when `return_indices` is ``True`` .
4614
4627
 
@@ -6037,20 +6050,20 @@ def conv3d(input, weight, bias=None, stride=1, pad_mode="valid", padding=0, dila
6037
6050
 
6038
6051
  .. math::
6039
6052
  \begin{array}{ll} \\
6040
- D_{out} \left \lceil{\frac{D_{in}}{\text{stride[0]}}} \right \rceil \\
6041
- H_{out} \left \lceil{\frac{H_{in}}{\text{stride[1]}}} \right \rceil \\
6042
- W_{out} \left \lceil{\frac{W_{in}}{\text{stride[2]}}} \right \rceil \\
6053
+ D_{out} = \left \lceil{\frac{D_{in}}{\text{stride[0]}}} \right \rceil \\
6054
+ H_{out} = \left \lceil{\frac{H_{in}}{\text{stride[1]}}} \right \rceil \\
6055
+ W_{out} = \left \lceil{\frac{W_{in}}{\text{stride[2]}}} \right \rceil \\
6043
6056
  \end{array}
6044
6057
 
6045
6058
  `pad_mode` is ``"valid"``:
6046
6059
 
6047
6060
  .. math::
6048
6061
  \begin{array}{ll} \\
6049
- D_{out} \left \lfloor{\frac{D_{in} - \text{dilation[0]} \times (\text{kernel_size[0]} - 1) }
6062
+ D_{out} = \left \lfloor{\frac{D_{in} - \text{dilation[0]} \times (\text{kernel_size[0]} - 1) }
6050
6063
  {\text{stride[0]}} + 1} \right \rfloor \\
6051
- H_{out} \left \lfloor{\frac{H_{in} - \text{dilation[1]} \times (\text{kernel_size[1]} - 1) }
6064
+ H_{out} = \left \lfloor{\frac{H_{in} - \text{dilation[1]} \times (\text{kernel_size[1]} - 1) }
6052
6065
  {\text{stride[1]}} + 1} \right \rfloor \\
6053
- W_{out} \left \lfloor{\frac{W_{in} - \text{dilation[2]} \times (\text{kernel_size[2]} - 1) }
6066
+ W_{out} = \left \lfloor{\frac{W_{in} - \text{dilation[2]} \times (\text{kernel_size[2]} - 1) }
6054
6067
  {\text{stride[2]}} + 1} \right \rfloor \\
6055
6068
  \end{array}
6056
6069
 
@@ -6058,11 +6071,11 @@ def conv3d(input, weight, bias=None, stride=1, pad_mode="valid", padding=0, dila
6058
6071
 
6059
6072
  .. math::
6060
6073
  \begin{array}{ll} \\
6061
- D_{out} \left \lfloor{\frac{D_{in} + padding[0] + padding[1] - (\text{dilation[0]} - 1) \times
6074
+ D_{out} = \left \lfloor{\frac{D_{in} + padding[0] + padding[1] - (\text{dilation[0]} - 1) \times
6062
6075
  \text{kernel_size[0]} - 1 }{\text{stride[0]}} + 1} \right \rfloor \\
6063
- H_{out} \left \lfloor{\frac{H_{in} + padding[2] + padding[3] - (\text{dilation[1]} - 1) \times
6076
+ H_{out} = \left \lfloor{\frac{H_{in} + padding[2] + padding[3] - (\text{dilation[1]} - 1) \times
6064
6077
  \text{kernel_size[1]} - 1 }{\text{stride[1]}} + 1} \right \rfloor \\
6065
- W_{out} \left \lfloor{\frac{W_{in} + padding[4] + padding[5] - (\text{dilation[2]} - 1) \times
6078
+ W_{out} = \left \lfloor{\frac{W_{in} + padding[4] + padding[5] - (\text{dilation[2]} - 1) \times
6066
6079
  \text{kernel_size[2]} - 1 }{\text{stride[2]}} + 1} \right \rfloor \\
6067
6080
  \end{array}
6068
6081
 
@@ -7431,6 +7444,82 @@ def max_pool2d(x, kernel_size, stride=None, padding=0, dilation=1, return_indice
7431
7444
  return out
7432
7445
 
7433
7446
 
7447
+ def prompt_flash_attention(query, key, value, padding_mask, attn_mask, actual_seq_lengths,
7448
+ actual_seq_lengths_kv, deq_scale1, quant_scale1,
7449
+ deq_scale2, quant_scale2, quant_offset2, num_heads, scale_value=1.0, pre_tokens=2147483547,
7450
+ next_tokens=0, input_layout='BSH',
7451
+ num_key_value_heads=0, sparse_mode=0):
7452
+ r"""
7453
+ The interface for fully inference.
7454
+ B -- Batch size
7455
+ S -- Sequence length
7456
+ H -- Hidden size
7457
+
7458
+ Note:
7459
+ is only supported on ascend910B
7460
+
7461
+ .. warning::
7462
+ This is an experimental API that is subject to change or deletion.
7463
+
7464
+ Inputs:
7465
+ query (Tensor) - The query tensor with data type of float16 or float32.
7466
+ Input tensor of shape :math:`(B, S, H)` / `(B, N, S, D)`.
7467
+ key (Tensor) - The key tensor with data type of float16 or float32.
7468
+ Input tensor of shape :math:`(B, S, H)` / `(B, N, S, D)`.
7469
+ value (Tensor) - The value tensor with data type of float16 or float32.
7470
+ Input tensor of shape :math:`(B, S, H)` / `(B, N, S, D)`.
7471
+ padding_mask (Tensor) - The padding mask tensor with data type of float16 or float32
7472
+ attn_mask (Tensor) - The attention mask tensor with data type of float16 or float32.
7473
+ For each element, 0 indicates retention and 1 indicates discard. Input tensor of shape :math:`(B, 1, S, S)`.
7474
+ actual_seq_lengths (list[int]): Describe actual sequence length of each input with data type of int.
7475
+ actual_seq_lengths_kv (list[int]): Describe actual sequence length of each input with data type of int.
7476
+ dep_scale1 (Tensor)
7477
+ quant_scale1 (Tensor)
7478
+ deq_scale2 (Tensor)
7479
+ quant_scale2 (Tensor)
7480
+ quant_offset2 (Tensor)
7481
+ num_heads (int): The number of heads.
7482
+ scale_value (float): The scale value indicating the scale coefficient, which is used as the scalar of
7483
+ Muls in the calculation. Default: 1.0.
7484
+ pre_tokens (int): Previous tokens. Default: 2147483547.
7485
+ next_tokens (int): next tokens. Default: 0.
7486
+ indicate the upper triangle, Indicate the number of data blocks involved in the calculation. The value 0
7487
+ indicates that the data blocks in the upper triangle are not involved in the calculation
7488
+ input_layout (str): the data layout of the input qkv, support `(BSH)` and `(BNSD)`, Default `BSH`.
7489
+ num_key_value_heads (int): head numbers of key/value which are used in GQA algorithm.
7490
+ The value o indicates if the key and value have the same head nums, use numHeads. Default: 0.
7491
+ sparse_mode (int): Default: 0
7492
+
7493
+
7494
+ Outputs:
7495
+ attention_out (Tensor) - Input tensor of shape :math:`(B, S, H)` / `(B, N, S, D)`.
7496
+
7497
+ Supported Platforms:
7498
+ ``Ascend``
7499
+
7500
+ Examples:
7501
+ >>> from mindspore.ops.function.nn_func import prompt_flash_attention
7502
+ >>> from mindspore import Tensor
7503
+ >>> import numpy as np
7504
+ >>> B = 1
7505
+ >>> N = 16
7506
+ >>> S = 256
7507
+ >>> D = 16
7508
+ >>> query = Tensor(np.ones((B, N, S, D), dtype=np.float16))
7509
+ >>> key = Tensor(np.ones((B, N, S, D), dtype=np.float16))
7510
+ >>> value = Tensor(np.ones((B, N, S, D), dtype=np.float16))
7511
+ >>> out = ops.prompt_flash_attention(query, key, value, None, None, None, None, None, None, None, None,
7512
+ None, N, input_layout='BNSD')
7513
+ >>> print(out[0].shape)
7514
+ (1, 16, 256, 16)
7515
+ """
7516
+
7517
+ pfa = _get_cache_prim(NN_OPS.PromptFlashAttention)(num_heads, scale_value, pre_tokens, next_tokens, input_layout,
7518
+ num_key_value_heads, sparse_mode)
7519
+ return pfa(query, key, value, padding_mask, attn_mask, actual_seq_lengths, actual_seq_lengths_kv, deq_scale1,
7520
+ quant_scale1, deq_scale2, quant_scale2, quant_offset2)
7521
+
7522
+
7434
7523
  __all__ = [
7435
7524
  'adaptive_avg_pool1d',
7436
7525
  'adaptive_avg_pool2d',
@@ -1180,7 +1180,8 @@ def randint_like(input, low, high, seed=None, *, dtype=None):
1180
1180
  cast_ = P.Cast()
1181
1181
  low_ = Tensor(low, mstype.int32)
1182
1182
  high_ = Tensor(high, mstype.int32)
1183
- output = rand_op(size, low_, high_)
1183
+ size_ = Tensor(size, mstype.int32)
1184
+ output = rand_op(size_, low_, high_)
1184
1185
  return cast_(output, dtype)
1185
1186
 
1186
1187
 
@@ -36,13 +36,16 @@ if platform.system() == "Linux":
36
36
  BUILT_IN_OPS_REGISTER_PATH = "mindspore/ops/_op_impl"
37
37
  BUILT_IN_CUSTOM_OPS_REGISTER_PATH = "mindspore/ops/_op_impl/_custom_op"
38
38
 
39
+ KEY_NAME = "name"
40
+ ASCEND_CUSTOM_OPP_PATH = "ASCEND_CUSTOM_OPP_PATH"
39
41
 
40
- def _get_reg_info_attr(op_info, attr_name):
42
+
43
+ def _get_reg_info_attr(op_info, attr_name, default_value=None):
41
44
  """get attr value"""
42
45
  for _, item in enumerate(op_info.get("attr", [])):
43
- if item.get("name") == attr_name:
46
+ if item.get(KEY_NAME) == attr_name:
44
47
  return item.get("defaultValue")
45
- return None
48
+ return default_value
46
49
 
47
50
 
48
51
  class _CustomInstaller:
@@ -66,12 +69,12 @@ class _CustomInstaller:
66
69
  @staticmethod
67
70
  def _set_env(custom_opp_path):
68
71
  """set custom file path to env"""
69
- if not os.environ.get("ASCEND_CUSTOM_OPP_PATH"):
70
- os.environ["ASCEND_CUSTOM_OPP_PATH"] = custom_opp_path
72
+ if not os.environ.get(ASCEND_CUSTOM_OPP_PATH):
73
+ os.environ[ASCEND_CUSTOM_OPP_PATH] = custom_opp_path
71
74
  else:
72
- paths = os.environ["ASCEND_CUSTOM_OPP_PATH"].split(':')
75
+ paths = os.environ[ASCEND_CUSTOM_OPP_PATH].split(':')
73
76
  if custom_opp_path not in paths:
74
- os.environ["ASCEND_CUSTOM_OPP_PATH"] = custom_opp_path + ':' + os.environ["ASCEND_CUSTOM_OPP_PATH"]
77
+ os.environ[ASCEND_CUSTOM_OPP_PATH] = custom_opp_path + ':' + os.environ[ASCEND_CUSTOM_OPP_PATH]
75
78
 
76
79
  @staticmethod
77
80
  def _create_dir(*dir_names):
@@ -94,11 +97,11 @@ class _CustomInstaller:
94
97
  _CustomInstaller.copied_paths.append(src_path)
95
98
  if os.path.isfile(src_path):
96
99
  lock_file = os.path.join(dst_dir, "file.lock")
97
- with open(lock_file, "w") as f:
100
+ with os.fdopen(os.open(lock_file, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o600), 'w') as f:
98
101
  fcntl.flock(f.fileno(), fcntl.LOCK_EX)
99
102
  shutil.copy(src_path, dst_dir)
100
103
 
101
- def _check(self):
104
+ def check(self):
102
105
  """check if the reg info need written"""
103
106
  if platform.system() != "Linux":
104
107
  return False
@@ -153,12 +156,12 @@ class _CustomInstaller:
153
156
  # attr
154
157
  attrs_name = []
155
158
  for _, item in enumerate(self.op_info.get("attr", [])):
156
- attr_name = item.get("name")
159
+ attr_name = item.get(KEY_NAME)
157
160
  attrs_name.append(attr_name)
158
161
  key = "attr_" + attr_name
159
162
  op_info[key] = {}
160
163
  for k, v in item.items():
161
- if k != "name":
164
+ if k != KEY_NAME:
162
165
  op_info[key][k] = v
163
166
  if attrs_name:
164
167
  op_info["attr"] = {"list": ",".join(attrs_name)}
@@ -171,7 +174,7 @@ class _CustomInstaller:
171
174
  item = inputs[i] if i < input_num else outputs[i - input_num]
172
175
  key = "input" if i < input_num else "output"
173
176
  key += str(item.get("index"))
174
- op_info[key] = {"name": item.get("name"),
177
+ op_info[key] = {KEY_NAME: item.get(KEY_NAME),
175
178
  "paramType": item.get("paramType", "required"),
176
179
  "shape": item.get("shape", "all")}
177
180
  dtype, formats = _get_dtype_format(i)
@@ -181,7 +184,8 @@ class _CustomInstaller:
181
184
  op_info[key]["format"] = ",".join(formats)
182
185
  return op_info
183
186
 
184
- def _gen_ai_cpu_reg_info(self, so_file):
187
+ @staticmethod
188
+ def _gen_ai_cpu_reg_info(so_file):
185
189
  """generate reg info"""
186
190
  op_info = {"opInfo": {"computeCost": "100",
187
191
  "engine": "DNN_VM_AICPU",
@@ -198,7 +202,7 @@ class _CustomInstaller:
198
202
  repo = {}
199
203
  save_path = os.path.join(dst_dir, file_name)
200
204
  lock_file = os.path.join(dst_dir, "file.lock")
201
- with open(lock_file, "w") as f:
205
+ with os.fdopen(os.open(lock_file, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o600), 'w') as f:
202
206
  fcntl.flock(f.fileno(), fcntl.LOCK_EX)
203
207
  if os.path.isfile(save_path):
204
208
  with open(save_path, 'r') as fr:
@@ -211,7 +215,7 @@ class _CustomInstaller:
211
215
 
212
216
  def run(self):
213
217
  """save reg info to file"""
214
- if not self._check():
218
+ if not self.check():
215
219
  return
216
220
  so_name = _get_reg_info_attr(self.op_info, "cust_aicpu")
217
221
  if so_name:
@@ -380,7 +384,6 @@ class RegOp:
380
384
  """
381
385
  if not isinstance(value, str):
382
386
  raise TypeError("%s value must be str" % str(value))
383
- return True
384
387
 
385
388
  def _is_int(self, value):
386
389
  """
@@ -394,7 +397,6 @@ class RegOp:
394
397
  """
395
398
  if not isinstance(value, int):
396
399
  raise TypeError("%s value must be int" % str(value))
397
- return True
398
400
 
399
401
  def _is_bool(self, value):
400
402
  """
@@ -408,7 +410,6 @@ class RegOp:
408
410
  """
409
411
  if not isinstance(value, bool):
410
412
  raise TypeError("%s value must be bool" % str(value))
411
- return True
412
413
 
413
414
  @staticmethod
414
415
  def _is_list(value):
@@ -423,7 +424,6 @@ class RegOp:
423
424
  """
424
425
  if not isinstance(value, list):
425
426
  raise TypeError("%s value must be list" % str(value))
426
- return True
427
427
 
428
428
  def _check_param(self, param_list, key_list, fn_list, kwargs):
429
429
  """
@@ -491,7 +491,9 @@ class RegOp:
491
491
  self._is_string(arg[1])
492
492
  if len(arg) == 3:
493
493
  self._is_string(arg[2])
494
- dtype_format.append(arg)
494
+ dtype_format.append(arg)
495
+ else:
496
+ dtype_format.append(arg)
495
497
  self.dtype_format_.append(tuple(dtype_format))
496
498
  return self
497
499
 
@@ -920,7 +922,8 @@ class TBERegOp(RegOp):
920
922
  Args:
921
923
  pattern (str): Value of op pattern, e.g. "broadcast", "reduce". Default: ``None`` .
922
924
  """
923
- if pattern is not None and self._is_string(pattern):
925
+ if pattern is not None:
926
+ self._is_string(pattern)
924
927
  self.op_pattern_ = pattern
925
928
  return self
926
929
 
@@ -118,7 +118,7 @@ from .nn_ops import (LSTM, SGD, Adam, AdamWeightDecay, FusedSparseAdam, FusedSpa
118
118
  Dilation2D, DataFormatVecPermute, DeformableOffsets, Dense, FractionalAvgPool,
119
119
  FractionalMaxPool, FractionalMaxPool3DWithFixedKsize, FractionalMaxPoolWithFixedKsize,
120
120
  GridSampler2D, TripletMarginLoss, UpsampleNearest3D, UpsampleTrilinear3D, PadV3, ChannelShuffle,
121
- GLU, MaxUnpool3D, Pdist)
121
+ GLU, MaxUnpool3D, Pdist, RmsNorm)
122
122
  from .other_ops import (Assign, IOU, BoundingBoxDecode, BoundingBoxEncode,
123
123
  ConfusionMatrix, UpdateState, Load, StopGradient,
124
124
  CheckValid, Partial, Depend, Push, Pull, PyExecute, PyFunc, _DynamicLossScale,
@@ -691,7 +691,8 @@ __all__ = [
691
691
  "IndexPut",
692
692
  "MaskedScatter",
693
693
  "Ormqr",
694
- "RandpermV2"
694
+ "RandpermV2",
695
+ "RmsNorm"
695
696
  ]
696
697
 
697
698
  __custom__ = [