Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
389379e0
D
docs
项目概览
MindSpore
/
docs
通知
4
Star
2
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
389379e0
编写于
5月 29, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
5月 29, 2020
浏览文件
操作
浏览文件
下载
差异文件
!181 support tensor index data type int64 for tensor get item
Merge pull request !181 from zhangbuxue/support_tensor_index_int64
上级
c83e5b01
7fd123b9
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
4 addition
and
3 deletion
+4
-3
docs/source_en/constraints_on_network_construction.md
docs/source_en/constraints_on_network_construction.md
+3
-2
docs/source_zh_cn/constraints_on_network_construction.md
docs/source_zh_cn/constraints_on_network_construction.md
+1
-1
未找到文件。
docs/source_en/constraints_on_network_construction.md
浏览文件 @
389379e0
...
...
@@ -105,10 +105,11 @@ The index operation includes `tuple` and` Tensor`. The following focuses on the
-
Assignment: Not supported yet.
-
Tensor index: index is
`Tensor`
-
Value:
`tensor_x [index]`
,
`index`
must be
`Tensor`
of type
`int32`
, the element value range is
`[0, tensor_x.shape[0])`
.
-
Value:
`tensor_x [index]`
,
`index`
must be
`Tensor`
of data type
`int32`
or
`int64`
,
the element value range is
`[0, tensor_x.shape[0])`
.
-
Assignment:
`tensor_x [index] = U`
.
-
`tensor_x`
data type must be one of the following:
`float16`
,
`float32`
,
`int8`
,
`uint8`
.
-
`index`
must be
`Tensor`
of type
`int32`
, the element value range is
`[0, tensor_x.shape [0])`
.
-
`index`
must be
`Tensor`
of
data
type
`int32`
, the element value range is
`[0, tensor_x.shape [0])`
.
-
`U`
can be
`Number`
,
`Tensor`
,
`Tuple`
only containing
`Number`
,
`Tuple`
only containing
`Tensor`
.
-
Single
`Number`
or every
`Number`
in
`Tuple`
must be the same type as
`tensor_x`
, ie
When the data type of
`tensor_x`
is
`uint8`
or
`int8`
, the
`Number`
type should be
`int`
;
...
...
docs/source_zh_cn/constraints_on_network_construction.md
浏览文件 @
389379e0
...
...
@@ -102,7 +102,7 @@
-
取值:
`tensor_x[True]`
。
-
赋值:暂不支持。
-
Tensor索引:index为
`Tensor`
-
取值:
`tensor_x[index]`
,
`index`
必须是
`int32`
类型的
`Tensor`
,元素取值范围在
`[0, tensor_x.shape[0])`
。
-
取值:
`tensor_x[index]`
,
`index`
必须是
`int32`
、
`int64`
类型的
`Tensor`
,元素取值范围在
`[0, tensor_x.shape[0])`
。
-
赋值:
`tensor_x[index]=U`
。
-
`tensor_x`
的数据类型必须是下面一种:
`float16`
,
`float32`
,
`int8`
,
`uint8`
。
-
`index`
必须是
`int32`
类型的
`Tensor`
,元素取值范围在
`[0, tensor_x.shape[0])`
。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录