## Operator Name ConventionTo make the operator document itself more clear. we recommend operator names observe the listing conventions.### Input/Output names
* 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 other one.