duan8/mobilenetv3/h_sigmoid.cuh
2020-02-14 10:28:27 +08:00

9 lines
116 B
Plaintext

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