This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!31707
CSR add note
Merge pull request
!31707
from huangmengxi/code_docs_csr
r1.7
i-robot
Gitee
4 years ago
parent
a3a08693a9
a6f4ccea50
commit
a5dbbb4bb5
No known key found for this signature in database
GPG Key ID:
173E9B9CA92EEF8F
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
docs/api/api_python/mindspore/mindspore.CSRTensor.rst
+1
-0
mindspore/python/mindspore/common/tensor.py
+ 1
- 0
docs/api/api_python/mindspore/mindspore.CSRTensor.rst
View File
@@ -8,6 +8,7 @@ mindspore.CSRTensor
.. note::
这是一个实验特性,在未来可能会发生API的变化。
如果values或indices的长度超出了indptr所指定的取值范围,超出部分的行为将没有定义。
**参数:**
+ 1
- 0
mindspore/python/mindspore/common/tensor.py
View File
@@ -2627,6 +2627,7 @@ class CSRTensor(CSRTensor_):
Note:
This is an experimental feature and is subjected to change.
If the length of values or indices exceeds the range indicated by indptr, its behavior will be undefined.
Args:
indptr (Tensor): 1-D Tensor of size `shape[0] + 1`, which indicates the
Write
Preview
Loading…
Cancel
Save