forked from mindspore-Ecosystem/mindspore
!46360 modify the format of files 1202
Merge pull request !46360 from 宦晓玲/code_docs_1202
This commit is contained in:
commit
c5151122d5
|
@ -12,9 +12,6 @@ mindspore.ops.coo_log
|
|||
|
||||
如果算子Log的输入值在(0,0.01]或[0.95,1.05]范围内,则输出精度可能会存在误差。
|
||||
|
||||
.. note::
|
||||
Ascend上输入COOTensor的维度要小于等于8,CPU上输入COOTensor的维度要小于8。
|
||||
|
||||
参数:
|
||||
- **x** (COOTensor) - 任意维度的输入COOTensor。该值必须大于0。
|
||||
|
||||
|
|
|
@ -12,9 +12,6 @@ mindspore.ops.csr_log
|
|||
|
||||
如果算子Log的输入值在(0,0.01]或[0.95,1.05]范围内,则输出精度可能会存在误差。
|
||||
|
||||
.. note::
|
||||
Ascend上输入CSRTensor的维度要小于等于8,CPU上输入CSRTensor的维度要小于8。
|
||||
|
||||
参数:
|
||||
- **x** (CSRTensor) - 任意维度的输入CSRTensor。该值必须大于0。
|
||||
|
||||
|
|
|
@ -1514,7 +1514,7 @@ class SST2Dataset(SourceDataset, TextBaseDataset):
|
|||
Default: None, will include all text.
|
||||
num_parallel_workers (int, optional): Number of workers to read the data.
|
||||
Default: None, number set in the mindspore.dataset.config.
|
||||
shuffle (Union[bool, Shuffle level], optional): Perform reshuffling of the data every epoch.
|
||||
shuffle (Union[bool, Shuffle], optional): Perform reshuffling of the data every epoch.
|
||||
Bool type and Shuffle enum are both supported to pass in. Default: `Shuffle.GLOBAL` .
|
||||
If shuffle is False, no shuffling will be performed;
|
||||
If shuffle is True, the behavior is the same as setting shuffle to be Shuffle.GLOBAL
|
||||
|
|
Loading…
Reference in New Issue