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 8f94e08 commit 789e1beCopy full SHA for 789e1be
cpp/trtorchc/main.cpp
@@ -13,7 +13,10 @@
13
#include "third_party/args/args.hpp"
14
#include "torch/torch.h"
15
#include "torch/script.h"
16
+
17
+#include "trtorch/logging.h"
18
#include "trtorch/trtorch.h"
19
+#include "trtorch/ptq.h"
20
21
bool checkRtol(const at::Tensor& diff, const std::vector<at::Tensor> inputs, float threshold) {
22
double maxValue = 0.0;
0 commit comments