修复一个导致崩溃的问题
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#pragma optimize("", off)
|
||||
|
||||
double sigmoid(double x) {
|
||||
if (x < 0.0) {
|
||||
double z = exp(x);
|
||||
@@ -6621,3 +6623,4 @@ double score(double* input) {
|
||||
var99));
|
||||
return var100;
|
||||
}
|
||||
#pragma optimize("", on)
|
||||
|
||||
Reference in New Issue
Block a user