diff --git a/compiler/tflchef/proto/tflchef.proto b/compiler/tflchef/proto/tflchef.proto index 98ae2b23f94..2111415b23a 100644 --- a/compiler/tflchef/proto/tflchef.proto +++ b/compiler/tflchef/proto/tflchef.proto @@ -556,7 +556,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 Conv2DOptions conv2d_options = 100; optional Pool2DOptions averagepool2d_options = 101; optional ConcatenationOptions concatenation_options = 102;