forked from mindspore-Ecosystem/mindspore
hidden range
This commit is contained in:
parent
00e05f7c34
commit
9eb21627aa
|
@ -132,7 +132,6 @@ __all__ = [
|
||||||
'StridedSlice',
|
'StridedSlice',
|
||||||
'ReduceSum',
|
'ReduceSum',
|
||||||
'ReduceMean',
|
'ReduceMean',
|
||||||
'Range',
|
|
||||||
'LayerNorm',
|
'LayerNorm',
|
||||||
'EmbeddingLookup',
|
'EmbeddingLookup',
|
||||||
'Rank',
|
'Rank',
|
||||||
|
|
|
@ -122,7 +122,7 @@ class SameTypeShape(PrimitiveWithInfer):
|
||||||
Checks whether data type and shape of two tensors are the same.
|
Checks whether data type and shape of two tensors are the same.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
ValueError: If not the same.
|
TypeError or ValueError: If not the same.
|
||||||
|
|
||||||
Inputs:
|
Inputs:
|
||||||
- **input_x** (Tensor) - The shape of tensor is :math:`(x_1, x_2, ..., x_R)`.
|
- **input_x** (Tensor) - The shape of tensor is :math:`(x_1, x_2, ..., x_R)`.
|
||||||
|
|
Loading…
Reference in New Issue