Skip to content

Commit e35cee5

Browse files
committed
Fix a typo
1 parent 38c6105 commit e35cee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/howto/usage/capi/organization_of_the_inputs_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
### 基本使用概念
2121

22-
- 在PaddlePaddle内部,神经网络中一个计算层的输入/输出被组织为一个 `Argument` 结构体,如果神经网络有多个输入或者多个输入,每一个输入/输入都会对应有自己的`Argument`
22+
- 在PaddlePaddle内部,神经网络中一个计算层的输入/输出被组织为一个 `Argument` 结构体,如果神经网络有多个输入或者多个输出,每一个输入/输出都会对应有自己的`Argument`
2323
- `Argument` 并不真正“存储”数据,而是将输入/输出信息有机地组织在一起。
2424
-`Argument`内部由`IVector`(对应着上文提到的一维整型数组)和`Matrix`(对应着上文提到的二维浮点型矩阵)来实际存储数据;由 `Sequence Start Positions` (下文详细解释) 来描述输入/输出的序列信息。
2525

0 commit comments

Comments
 (0)