![]() |
darknet
v3
|
#include "cuda_runtime.h"
#include "curand.h"
#include "cublas_v2.h"
#include "dropout_layer.h"
#include "cuda.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
__global__ void | yoloswag420blazeit360noscope (float *input, int size, float *rand, float prob, float scale) |
void | forward_dropout_layer_gpu (dropout_layer layer, network net) |
void | backward_dropout_layer_gpu (dropout_layer layer, network net) |
void backward_dropout_layer_gpu | ( | dropout_layer | layer, |
network | net | ||
) |
Definition at line 34 of file dropout_layer_kernels.cu.
void forward_dropout_layer_gpu | ( | dropout_layer | layer, |
network | net | ||
) |
Definition at line 17 of file dropout_layer_kernels.cu.
__global__ void yoloswag420blazeit360noscope | ( | float * | input, |
int | size, | ||
float * | rand, | ||
float | prob, | ||
float | scale | ||
) |
Definition at line 11 of file dropout_layer_kernels.cu.