Searched defs:BrgemmKey (Results 1 – 1 of 1) sorted by relevance
838 struct BrgemmKey { struct839 int64_t M;840 int64_t N;841 int64_t K;842 int64_t batch_size;843 int64_t lda;844 int64_t ldb;845 int64_t ldc;846 ScalarType dt_a;847 ScalarType dt_b;[all …]