etaler/Etaler

Add argmax/argmin operation

Closed this issue · 1 comments

SDRClassifer implements argmax in plan C++. We should support the operator in the backend for better maintenance and performance.

Closing. Now SDRClassifer use std::max_element and is good enough for the purpose. Feel free to re-open if argmin/max is needed in the future.