Minor fixes
This commit is contained in:
@@ -101,4 +101,4 @@ nvinfer1::ILayer* activationLayer(
|
||||
std::abort();
|
||||
}
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ nvinfer1::ILayer* channelsLayer(
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,4 +221,4 @@ nvinfer1::ILayer* convolutionalLayer(
|
||||
assert(output != nullptr);
|
||||
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ nvinfer1::ILayer* dropoutLayer(
|
||||
{
|
||||
nvinfer1::ILayer* output;
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ nvinfer1::ILayer* implicitLayer(
|
||||
assert(implicit != nullptr);
|
||||
|
||||
return implicit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ nvinfer1::ILayer* maxpoolLayer(
|
||||
pool->setName(maxpoolLayerName.c_str());
|
||||
|
||||
return pool;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,4 +59,4 @@ nvinfer1::ILayer* reorgRLayer(
|
||||
assert(concat != nullptr);
|
||||
|
||||
return concat;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,4 +60,4 @@ nvinfer1::ILayer* routeLayer(
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ nvinfer1::ILayer* routeLayer(
|
||||
std::vector<nvinfer1::ITensor*> tensorOutputs,
|
||||
nvinfer1::INetworkDefinition* network);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -42,4 +42,4 @@ nvinfer1::ILayer* shortcutLayer(
|
||||
assert(output != nullptr);
|
||||
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ nvinfer1::ILayer* upsampleLayer(
|
||||
std::string layer_name = "upsample_" + std::to_string(layerIdx);
|
||||
resize_layer->setName(layer_name.c_str());
|
||||
return resize_layer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user