Many functions are missing from caffe.
For example
- elementwise abs
- sum of matrix, col sum row sum and total sum. (though can be done by gemv, it might be more convenient to provide a wrapper, multipliers can be allocated at run time and store in a global map).
- non-in-place scaling, currently it is in place.
- elementwise sign
A large proportion of the commonly needed function are elementwise operations.
Will we consider bringing in additional dependencies? e.g. thrust