Closed wangqiang9 closed 1 year ago
https://github.com/zjhellofss/KuiperInfer/blob/1b97b9f2a60ef96a877b7b52ad42a0669eb548bb/source/layer/details/sigmoid.cpp#L38 请问在这行代码中的 expf 是在哪个头文件包含的呢?
expf
是中的吗:https://www.enseignement.polytechnique.fr/informatique/INF478/docs/Cpp/en/c/numeric/math/exp.html 但是我看 sigmoid.cpp/sigmoid.hpp 中并没有 #include <math.h>呀。
sigmoid.cpp/sigmoid.hpp
#include <math.h>
跪求大佬解答
应该是隐式包含的,armadillo头文件中就包含了cmath
明白了,谢谢大佬解答!
https://github.com/zjhellofss/KuiperInfer/blob/1b97b9f2a60ef96a877b7b52ad42a0669eb548bb/source/layer/details/sigmoid.cpp#L38
请问在这行代码中的
expf
是在哪个头文件包含的呢?是中的吗:https://www.enseignement.polytechnique.fr/informatique/INF478/docs/Cpp/en/c/numeric/math/exp.html
但是我看
sigmoid.cpp/sigmoid.hpp
中并没有#include <math.h>
呀。跪求大佬解答