Skip to content

Commit

Permalink
[nnpackage, res] Removed activation function from RmsNorm schema (#13991
Browse files Browse the repository at this point in the history
)

This commit removes "activation function" from RmsNorm parameter schema.

ONE-DCO-1.0-Signed-off-by: Seockho Kim [email protected]
  • Loading branch information
seockho-kim authored Sep 12, 2024
1 parent c7f31ef commit c2b372c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nnpackage/schema/circle_schema.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,6 @@ table InstanceNormOptions {

table RmsNormOptions {
epsilon:float;
fused_activation_function:ActivationFunctionType;
}

// An OperatorCode can be an enum value (BuiltinOperator) if the operator is a
Expand Down
1 change: 0 additions & 1 deletion res/CircleSchema/0.9/circle_schema.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,6 @@ table InstanceNormOptions {

table RmsNormOptions {
epsilon:float;
fused_activation_function:ActivationFunctionType;
}

// An OperatorCode can be an enum value (BuiltinOperator) if the operator is a
Expand Down

0 comments on commit c2b372c

Please sign in to comment.