name_convention.md 283 字节
Newer Older
D
dongzhihong 已提交
1 2 3 4 5 6 7 8 9 10 11
## Operator Name Convention

To make the operator document itself more clear. we recommend operator names observe the listing conventions.

### Input/Output names

Variable name is uppercase. e.g. `X`, `Y`

Tensor name is lowercase. e.g. `tensor`

if only have one output, use `Out`