namespace change
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
#include "utils.h"
|
||||
#include "Network.h"
|
||||
|
||||
namespace tkDNN {
|
||||
namespace tk { namespace dnn {
|
||||
|
||||
enum layerType_t {
|
||||
LAYER_DENSE,
|
||||
@@ -340,5 +340,5 @@ public:
|
||||
static float box_iou(box a, box b);
|
||||
};
|
||||
|
||||
}
|
||||
}}
|
||||
#endif //LAYER_H
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
namespace tkDNN {
|
||||
namespace tk { namespace dnn {
|
||||
|
||||
/**
|
||||
Data rapresentation beetween layers
|
||||
@@ -62,5 +62,5 @@ public:
|
||||
bool fp16;
|
||||
};
|
||||
|
||||
}
|
||||
}}
|
||||
#endif //NETWORK_H
|
||||
|
||||
+2
-2
@@ -6,7 +6,7 @@
|
||||
#include "Layer.h"
|
||||
#include "NvInfer.h"
|
||||
|
||||
namespace tkDNN {
|
||||
namespace tk { namespace dnn {
|
||||
|
||||
class NetworkRT {
|
||||
|
||||
@@ -62,5 +62,5 @@ template<typename T> T readBUF(const char*& buffer)
|
||||
return val;
|
||||
}
|
||||
|
||||
}
|
||||
}}
|
||||
#endif //NETWORKRT_H
|
||||
|
||||
Reference in New Issue
Block a user