enforce_failed
dongzhihong 8 years ago
parent 493e1c0496
commit b63e1c6d8a

@ -0,0 +1,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`
Loading…
Cancel
Save