Skip to content

Commit

Permalink
[circlechef] Introduce extype and custom_code for custom operators (#…
Browse files Browse the repository at this point in the history
…11757)

This introduces extype and custom_code for custom operators.

ONE-DCO-1.0-Signed-off-by: SeungHui Lee <[email protected]>
  • Loading branch information
Seunghui98 authored Oct 24, 2023
1 parent a7bb914 commit f36e6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/circlechef/proto/circlechef.proto
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ message Operation {
repeated string input = 2;
repeated string output = 3;
optional int32 version = 4 [default = 1];
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 f36e6f0

Please sign in to comment.