mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
update
This commit is contained in:
@@ -60,6 +60,6 @@ var tanh=func(__x)
|
|||||||
|
|
||||||
var relu=func(__x)
|
var relu=func(__x)
|
||||||
{
|
{
|
||||||
if(x>=0){return x;}
|
if(x>=0){return __x;}
|
||||||
else{return 0;}
|
else{return 0;}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user