-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
Authors of operators should follow the name convention as detailed in here.
Below is the list of ops that does not follow parameter naming convention.
It is suggested that the main author of the operator fix the issue.
People can add to this list when they find applicable cases.
- lstm_op (attribute names does not follow snake_case) ( @qingqing01 )
- lstm_unit_op (Input name C_prev does not follow CamelCase) ( @zchen0211 )
- momentum_op (attribute name useNesterov does not follow snake_case) ( @sidgoyal78 )
- pool_op (some attribute names does not follow snake_case) ( @chengduoZH )
- pool_with_index_op (some attribute names does not follow snake_case) ( @chengduoZH )
- recurrent_op (input/output/attr names does not follow conventions) ( @reyoung )
reyoung, tonyyang-svail, chengduoZH and wangkuiyi
Metadata
Metadata
Labels
No labels