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 2343fbf commit 436c239Copy full SHA for 436c239
examples/int8/qat/BUILD
@@ -13,8 +13,8 @@ cc_binary(
13
],
14
deps = [
15
"//cpp/api:trtorch",
16
- "//cpp/int8/benchmark",
17
- "//cpp/int8/datasets:cifar10",
+ "//examples/int8/benchmark",
+ "//examples/int8/datasets:cifar10",
18
"@libtorch",
19
"@libtorch//:caffe2",
20
"@tensorrt//:nvinfer",
examples/int8/qat/main.cpp
@@ -4,8 +4,8 @@
4
5
#include "NvInfer.h"
6
7
-#include "cpp/int8/benchmark/benchmark.h"
8
-#include "cpp/int8/datasets/cifar10.h"
+#include "examples/int8/benchmark/benchmark.h"
+#include "examples/int8/datasets/cifar10.h"
9
10
#include <sys/stat.h>
11
#include <iostream>
0 commit comments