提交 e9eee6f7 编写于 作者: D dongzhihong

"polish words"

上级 b63e1c6d
......@@ -4,8 +4,12 @@ To make the operator document itself more clear. we recommend operator names obs
### Input/Output names
Variable name is uppercase. e.g. `X`, `Y`
* Variable name is prefer uppercase. e.g. `X`, `Y`. But when the variable is tensor, its name should lowercase. e.g. `matrix`, to discriminate with otherone.
Tensor name is lowercase. e.g. `tensor`
* element wise operator, math operator or similar op, please obey common name convention. if the operator only have one output, use `Out`.
if only have one output, use `Out`
* we prefer more meaningful input/output name.
### Best Practice
e.g. `rowwise_add`, inputs : `X`, `Y`, outputs : `Out`
e.g. `cosine` , inputs : `X`, `axis`, outputs : `Out`
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册