compile error fixed from header include properly

This commit is contained in:
engcang
2022-08-24 04:55:54 +09:00
parent d4f7b4ad8b
commit 48943b9fcf
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
*~
build/
installed/
.vscode/
*.bin
*.pyc
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include <iostream>
#include "tkDNN/tkdnn.h"
#include "tkdnn.h"
namespace tk { namespace dnn {
+1 -1
View File
@@ -7,7 +7,7 @@
#include "Layer.h"
#include "NvInfer.h"
#include <memory>
#include <tkDNN/kernels.h>
#include "kernels.h"
#include <pluginsRT/ActivationLeakyRT.h>
#include <pluginsRT/ActivationLogisticRT.h>
#include <pluginsRT/ActivationMishRT.h>