remove TODO
This commit is contained in:
parent
aeef0c68f4
commit
dfe159ffff
1 changed files with 1 additions and 1 deletions
|
@ -2000,7 +2000,7 @@ public:
|
||||||
QNN_LOG_WARN("alloc rpcmem failure, %s\n", strerror(errno));
|
QNN_LOG_WARN("alloc rpcmem failure, %s\n", strerror(errno));
|
||||||
QNN_LOG_DEBUG("tensor%p name %s", _qnn_tensor, QNN_TENSOR_GET_NAME(*_qnn_tensor));
|
QNN_LOG_DEBUG("tensor%p name %s", _qnn_tensor, QNN_TENSOR_GET_NAME(*_qnn_tensor));
|
||||||
_context = nullptr;
|
_context = nullptr;
|
||||||
// TODO: should we free the tensor here?
|
// No free for _qnn_tensor, because it's not registered.
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
QNN_LOG_INFO("alloc rpcmem successfully\n");
|
QNN_LOG_INFO("alloc rpcmem successfully\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue