Skip to content

Commit 436c239

Browse files
committed
chore: Fix header files of qat
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 2343fbf commit 436c239

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/int8/qat/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ cc_binary(
1313
],
1414
deps = [
1515
"//cpp/api:trtorch",
16-
"//cpp/int8/benchmark",
17-
"//cpp/int8/datasets:cifar10",
16+
"//examples/int8/benchmark",
17+
"//examples/int8/datasets:cifar10",
1818
"@libtorch",
1919
"@libtorch//:caffe2",
2020
"@tensorrt//:nvinfer",

examples/int8/qat/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#include "NvInfer.h"
66

7-
#include "cpp/int8/benchmark/benchmark.h"
8-
#include "cpp/int8/datasets/cifar10.h"
7+
#include "examples/int8/benchmark/benchmark.h"
8+
#include "examples/int8/datasets/cifar10.h"
99

1010
#include <sys/stat.h>
1111
#include <iostream>

0 commit comments

Comments
 (0)