refactoring: print the name of unsupport op
This commit is contained in:
parent
8ab1f15fe3
commit
e33b5c9837
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ bool ggml_qnn_forward(ggml_backend_qnn_context *ctx, struct ggml_tensor *tensor)
|
|||
return binary_op(ctx, tensor->src[0], tensor->src[1], tensor);
|
||||
}
|
||||
|
||||
QNN_LOG_WARN("unsupported op %d", tensor->op);
|
||||
QNN_LOG_WARN("unsupported op %s", ggml_op_desc(tensor));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue