Fix some compilation errors

This commit is contained in:
2025-11-23 18:50:57 +01:00
parent 51bcee01ab
commit 82a0e7c19d
14 changed files with 15 additions and 23 deletions

View File

@@ -1,5 +1,4 @@
#ifndef CUDANET_IMAGENET_H
#define CUDANET_IMAGENET_H
#pragma once
#include <map>
#include <string>
@@ -1012,5 +1011,3 @@ const std::map <int, std::string> IMAGENET_CLASS_MAP = {
// clang-format on
}
#endif // CUDANET_IMAGENET_H