add mul
This commit is contained in:
parent
e3aa43adbd
commit
7cbc4fbd8c
1 changed files with 1 additions and 0 deletions
|
@ -507,6 +507,7 @@ static int qnn_op_ut(int num_threads, int n_backend_type, int n_ggml_op_type) {
|
|||
static const std::unordered_map<std::string, int> kMapStringToGGMLOp = {
|
||||
{"GGML_OP_ADD", GGML_OP_ADD},
|
||||
{"GGML_OP_MUL_MAT", GGML_OP_MUL_MAT},
|
||||
{"GGML_OP_MUL", GGML_OP_MUL},
|
||||
};
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue