Fixed tanh operation name
This commit is contained in:
parent
bb317c409f
commit
0b8647ccc4
@ -41,7 +41,7 @@ functions: dict[str, FunctionType] = {
|
||||
"sqrt": np.sqrt,
|
||||
"sum": np.sum,
|
||||
"sup": np.max,
|
||||
"tah": np.tanh,
|
||||
"tanh": np.tanh,
|
||||
"tan": np.tan,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user