Skip to content

Commit

Permalink
Math Approx tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 22, 2024
1 parent bc9fab8 commit 4642f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processors/drive/neural_utils/RNNAccelerated.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct RNNMathsProvider
template <typename T>
static T sigmoid (T x)
{
return math_approx::sigmoid_exp<5, false> (x);
return math_approx::sigmoid_exp<5, true> (x);
}
};

Expand Down

0 comments on commit 4642f2c

Please sign in to comment.