DeepStream 6.0 update
This commit is contained in:
16
nvdsinfer_custom_impl_Yolo/layers/dropout_layer.h
Normal file
16
nvdsinfer_custom_impl_Yolo/layers/dropout_layer.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Created by Marcos Luciano
|
||||
* https://www.github.com/marcoslucianops
|
||||
*/
|
||||
|
||||
#ifndef __DROPOUT_LAYER_H__
|
||||
#define __DROPOUT_LAYER_H__
|
||||
|
||||
#include "NvInfer.h"
|
||||
|
||||
nvinfer1::ILayer* dropoutLayer(
|
||||
float probability,
|
||||
nvinfer1::ITensor* input,
|
||||
nvinfer1::INetworkDefinition* network);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user