File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -447,4 +447,4 @@ Engine 0x23dd7780 detail
447447
448448# # 关于
449449- 我们的博客地址:http:// www.zifuture.com:8090 /
450- - 我们的B站地址:https:// space.bilibili.com/ 1413433465
450+ - 我们的B站地址: https:// space.bilibili.com/ 1413433465
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ int app_arcface_tracker();
1414int app_scrfd ();
1515int app_high_performance ();
1616int app_lesson ();
17- int app_plugin ();
17+ int app_plugin ();
1818
1919void test_all (){
2020 app_yolo ();
@@ -72,4 +72,4 @@ int main(int argc, char** argv){
7272 );
7373 }
7474 return 0 ;
75- }
75+ }
Original file line number Diff line number Diff line change 1515#include < stdarg.h>
1616#include < common/cuda_tools.hpp>
1717
18- using namespace nvinfer1 ;
19- using namespace std ;
20- // using namespace nvcaffeparser1;
18+ using namespace nvinfer1 ;
19+ using namespace std ;
20+ // using namespace nvcaffeparser1 ;
2121
2222class Logger : public ILogger {
2323public:
@@ -235,7 +235,7 @@ namespace TRT {
235235 return true ;
236236 }
237237 return false ;
238- }
238+ }
239239
240240 template <typename _T>
241241 static void destroy_nvidia_pointer (_T* ptr) {
@@ -671,4 +671,4 @@ namespace TRT {
671671 return true ;
672672 }
673673 }
674- }; // namespace TRTBuilder
674+ }; // namespace TRTBuilder
You can’t perform that action at this time.
0 commit comments