lgarithm / crystalnet

crystalnet -- a mini core AI library (being refactored, see https://github.com/lgarithm/stdnn-ops)
MIT License
16 stars 3 forks source link

Variadic operator #62

Closed lgarithm closed 6 years ago

lgarithm commented 6 years ago

A variadic operator is an operator that takes a varied number of arguments. variadic operator is an extension to #23

examples of variadic operators are

lgarithm commented 6 years ago

Alternatively, we can define one operator for each arity.

luomai commented 6 years ago

emm, how many operators we would need for covering each arity demanded by Yolo?

lgarithm commented 6 years ago

only 2, route_1, and route_2