提交 9eb21627 编写于 作者: J jiangjinsheng

hidden range

上级 00e05f7c
......@@ -132,7 +132,6 @@ __all__ = [
'StridedSlice',
'ReduceSum',
'ReduceMean',
'Range',
'LayerNorm',
'EmbeddingLookup',
'Rank',
......
......@@ -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)`.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册