Searched refs:MatmulParameters (Results 1 – 2 of 2) sorted by relevance
63 class MatmulParameters {65 MatmulParameters(bool transa, bool transb, uint64 m, uint64 n, uint64 k, in MatmulParameters() function82 bool operator==(const MatmulParameters& other) const {86 bool operator!=(const MatmulParameters& other) const {
247 typedef AutoTuneSingleton<MatmulAutoTuneGroup, MatmulParameters,288 MatmulParameters matmul_parameters = { in launch()