Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / circlechef / proto / circlechef.proto
index b8c009b..3e5e6b1 100644 (file)
@@ -35,6 +35,7 @@ message TensorQuantization {
   repeated float max = 2;
   repeated float scale = 3;
   repeated int64 zero_point = 4;
+  optional int32 quantized_dimension = 5 [default = 0];
 }
 
 message Operand {