remove unused variables
This commit is contained in:
parent
b49b501e26
commit
80051cfc4d
2 changed files with 0 additions and 5 deletions
|
@ -122,8 +122,6 @@ bool execute_graph(qnn::ggml_qnn_graph<_InputSize, _OutputSize> *graph,
|
|||
#define CHECK_PARAMS(ctx, src0, src1, dst)
|
||||
#endif
|
||||
|
||||
// TODO: this function can be removed later because there are duplicated codes with ggml_qnn_mul_mat
|
||||
// keep it for illustrate how to implement a specified GGMPL OP using QNN API + QNN RPC
|
||||
static void ggml_qnn_add(ggml_backend_qnn_context *ctx, const ggml_tensor *src0, const ggml_tensor *src1,
|
||||
ggml_tensor *dst) {
|
||||
CHECK_PARAMS(ctx, src0, src1, dst);
|
||||
|
|
|
@ -901,9 +901,6 @@ private:
|
|||
std::string _model_name; // Qualcomm's dedicated prebuilt model name, keep it for further usage
|
||||
BackendIdType _backend_id;
|
||||
|
||||
bool _debug_tensor = false;
|
||||
bool _do_node_validations = true;
|
||||
|
||||
QnnLog_Level_t _qnn_log_level = QNN_LOG_LEVEL_DEBUG;
|
||||
|
||||
qnn::sdk_profile_level _profile_level = qnn::sdk_profile_level::profile_detail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue