#include "math/tile.h"
Functions | |
template<typename T > | |
void | magmadnn::math::tile (Tensor< T > *A, Tensor< T > *B, unsigned int t, unsigned int axis) |
template void | magmadnn::math::tile (Tensor< int > *A, Tensor< int > *B, unsigned int t, unsigned int axis) |
template void | magmadnn::math::tile (Tensor< float > *A, Tensor< float > *B, unsigned int t, unsigned int axis) |
template void | magmadnn::math::tile (Tensor< double > *A, Tensor< double > *B, unsigned int t, unsigned int axis) |