duan8/yolov3/leaky.cuh
2019-11-25 02:55:45 +08:00

9 lines
106 B
Plaintext

#ifndef LEAKY_H
#define LEAKY_H
extern "C"
void culeaky(float const *in, float *out, int size);
#endif