Searched defs:transpose_matrix (Results 1 – 2 of 2) sorted by relevance
192 void transpose_matrix(const SimpleTensor<T> &in, SimpleTensor<T> &out) in transpose_matrix() function
35 transpose_matrix(std::vector<float>& mat, const int H, const int W) { in transpose_matrix() function