Skip to content

Commit

Permalink
Add OneHot to the list of formulas. Fix #263.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfeydy committed Aug 3, 2022
1 parent a884c71 commit 57bf8f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keopscore/keopscore/formulas/maths/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from .Mult import Mult
from .Norm2 import Norm2
from .Normalize import Normalize
from .OneHot import OneHot
from .Pow import Pow
from .Powf import Powf
from .ReLU import ReLU
Expand Down Expand Up @@ -94,6 +95,7 @@
"Mult",
"Norm2",
"Normalize",
"OneHot",
"Pow",
"Powf",
"ReLU",
Expand Down

0 comments on commit 57bf8f6

Please sign in to comment.