File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ class Int8EntropyCalibrator2 : public nvinfer1::IInt8EntropyCalibrator2 {
3636 std::vector<char > mCalibCache ;
3737};
3838
39- #endif // ENTROPY_CALIBRATOR_H
39+ #endif // ENTROPY_CALIBRATOR_H
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class myLogger : public nvinfer1::ILogger {
1818 /* *
1919 * @brief Construct a new myLogger object.
2020 *
21- * @param severity The minimum severity level to report.
21+ * @param severity The minimum severity level to report.
2222 * Defaults to Severity::kVERBOSE (log everything).
2323 */
2424 myLogger (Severity severity = Severity::kVERBOSE ) : reportableSeverity(severity) {}
@@ -56,4 +56,4 @@ class myLogger : public nvinfer1::ILogger {
5656 }
5757 std::cout << " [TRT][" << level << " ] " << msg << std::endl;
5858 }
59- };
59+ };
You can’t perform that action at this time.
0 commit comments