Fix ISliceLayer
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
|
||||
#include "../utils.h"
|
||||
|
||||
#include "slice_layer.h"
|
||||
|
||||
nvinfer1::ITensor* routeLayer(int layerIdx, std::string& layers, std::map<std::string, std::string>& block,
|
||||
std::vector<nvinfer1::ITensor*> tensorOutputs, nvinfer1::INetworkDefinition* network);
|
||||
std::vector<nvinfer1::ITensor*> tensorOutputs, nvinfer1::INetworkDefinition* network, uint batchSize);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user