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