8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaa741 commit 8b0170eCopy full SHA for 8b0170e
tests/accuracy/BUILD
@@ -109,7 +109,7 @@ cc_library(
109
name = "accuracy_test",
110
hdrs = ["accuracy_test.h"],
111
deps = [
112
- "//cpp:torchtrt",
+ "//cpp:torch_tensorrt",
113
"//tests/util",
114
"@googletest//:gtest_main",
115
"@libtorch",