Skip to content

Commit

Permalink
Apply comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunghui98 committed Oct 24, 2023
1 parent dac6948 commit 4bd5a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/circlechef/proto/circlechef.proto
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ message Operation {
repeated string input = 2;
repeated string output = 3;
optional int32 version = 4 [default = 1];
optional string extype = 5;
optional string custom_code = 6;
optional string custom_code = 5;

optional string extype = 99;
optional BatchMatMulOptions batch_matmul_options = 100;
optional InstanceNormOptions instance_norm_options = 101;
optional BCQFullyConnectedOptions bcq_fully_connected_options = 102;
Expand Down

0 comments on commit 4bd5a02

Please sign in to comment.