Removed previous commits
This commit is contained in:
15
native/nvdsinfer_custom_impl_Yolo/layers/dropout_layer.cpp
Normal file
15
native/nvdsinfer_custom_impl_Yolo/layers/dropout_layer.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Created by Marcos Luciano
|
||||
* https://www.github.com/marcoslucianops
|
||||
*/
|
||||
|
||||
#include "dropout_layer.h"
|
||||
|
||||
nvinfer1::ILayer* dropoutLayer(
|
||||
float probability,
|
||||
nvinfer1::ITensor* input,
|
||||
nvinfer1::INetworkDefinition* network)
|
||||
{
|
||||
nvinfer1::ILayer* output;
|
||||
return output;
|
||||
}
|
||||
Reference in New Issue
Block a user