From 4bd5a027a82c582b2891ebee490676118beecbe5 Mon Sep 17 00:00:00 2001 From: SeungHui Lee Date: Mon, 23 Oct 2023 20:40:06 -0400 Subject: [PATCH] Apply comment --- compiler/circlechef/proto/circlechef.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/circlechef/proto/circlechef.proto b/compiler/circlechef/proto/circlechef.proto index 0ae5b07c5e9..c2db55a9d84 100644 --- a/compiler/circlechef/proto/circlechef.proto +++ b/compiler/circlechef/proto/circlechef.proto @@ -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;