#include "math/argmax.h"
Functions | |
template<typename T > | |
void | magmadnn::math::argmax (Tensor< T > *x, int axis, Tensor< T > *out) |
template void | magmadnn::math::argmax (Tensor< int > *x, int axis, Tensor< int > *out) |
template void | magmadnn::math::argmax (Tensor< float > *x, int axis, Tensor< float > *out) |
template void | magmadnn::math::argmax (Tensor< double > *x, int axis, Tensor< double > *out) |