We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5b0c1 commit 1788138Copy full SHA for 1788138
test/tracing/frcnn/test_frcnn_tracing.cpp
@@ -3,11 +3,6 @@
3
#include <torchvision/vision.h>
4
#include <torchvision/ops/nms.h>
5
6
-#ifdef _WIN32
7
-// Windows only
8
-// This is necessary until operators are automatically registered on include
9
-static auto _nms = &vision::ops::nms;
10
-#endif
11
12
int main() {
13
torch::DeviceType device_type;
0 commit comments