Skip to content

Commit 6e63b53

Browse files
robquillRbiessy
andauthored
Update src/backends/imgdnn/execution.cpp
Co-Authored-By: Romain Biessy <[email protected]>
1 parent 08d8dff commit 6e63b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backends/imgdnn/execution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ ResultCode ANeuralNetworksExecution_setOutput(
151151
BACKEND_CALL_RET(ret, imgdnnBindingAddOutput, execution->imgdnn_binding_,
152152
execution->imgdnn_outputs_[uindex], img_memory);
153153
IMGDNN_RETURN_ERR_IF_ERROR(ret);
154-
// Store the memory objects to be able to lock them later
154+
// Store the memory objects to be able to lock and free them later
155155
execution->host_output_memories.emplace_back(data, img_memory);
156156
}
157157
return ANEURALNETWORKS_NO_ERROR;

0 commit comments

Comments
 (0)