MagmaDNN  1.0
c++NeuralNetworkFramework
matmul.cpp File Reference
#include "math/matmul.h"
Include dependency graph for matmul.cpp:

Functions

template<>
void magmadnn::math::matmul (int alpha, bool trans_A, Tensor< int > *A, bool trans_B, Tensor< int > *B, int beta, Tensor< int > *C)
 
template<>
void magmadnn::math::matmul (float alpha, bool trans_A, Tensor< float > *A, bool trans_B, Tensor< float > *B, float beta, Tensor< float > *C)
 
template<>
void magmadnn::math::matmul (double alpha, bool trans_A, Tensor< double > *A, bool trans_B, Tensor< double > *B, double beta, Tensor< double > *C)
 

Detailed Description

Author
Daniel Nichols
Version
0.1
Date
2019-06-06