device info

This commit is contained in:
2025-07-29 16:41:22 +02:00
parent 087fd1e9b3
commit 9e33d5a1d2
9 changed files with 243 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ typedef struct nn_computer {
double callBudget;
nn_size_t rid;
nn_resource_t resources[NN_MAX_CONCURRENT_RESOURCES];
nn_deviceInfoList_t *deviceInfo;
} nn_computer;
#endif