Browse Source

hidden range

tags/v0.5.0-beta
jiangjinsheng 5 years ago
parent
commit
9eb21627aa
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      mindspore/ops/operations/__init__.py
  2. +1
    -1
      mindspore/ops/operations/array_ops.py

+ 0
- 1
mindspore/ops/operations/__init__.py View File

@@ -132,7 +132,6 @@ __all__ = [
'StridedSlice',
'ReduceSum',
'ReduceMean',
'Range',
'LayerNorm',
'EmbeddingLookup',
'Rank',


+ 1
- 1
mindspore/ops/operations/array_ops.py View File

@@ -122,7 +122,7 @@ class SameTypeShape(PrimitiveWithInfer):
Checks whether data type and shape of two tensors are the same.

Raises:
ValueError: If not the same.
TypeError or ValueError: If not the same.

Inputs:
- **input_x** (Tensor) - The shape of tensor is :math:`(x_1, x_2, ..., x_R)`.


Loading…
Cancel
Save