Skip to content

Commit bfb2a89

Browse files
committed
format the file.
1 parent 8e353db commit bfb2a89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

yolov1/calibrator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

yolov1/myLogger.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
};

0 commit comments

Comments
 (0)