Skip to content

Commit

Permalink
minor last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirgo committed Jan 6, 2025
1 parent c2016ea commit 8040d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class CustomOpsetLayers(NamedTuple):
"""
This struct is used to define a set of operators to map to a custom operator set defined in the TPC.
This struct is used to define a set of operators to be used for setting a custom operator set in the TPC.
Args:
operators: a list of framework operators to map to a certain custom opset name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class OperatorSetNames(str, Enum):
L2NORM = "L2Norm"
RELU = "ReLU"
RELU6 = "ReLU6"
LEAKY_RELU = "LEAKYReLU"
LEAKY_RELU = "LeakyReLU"
ELU = "Elu"
HARD_TANH = "HardTanh"
ADD = "Add"
Expand Down

0 comments on commit 8040d69

Please sign in to comment.