Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / luci / lang / include / luci / IR / CircleQuantParam.h
index 7253e65..6944373 100644 (file)
@@ -29,6 +29,7 @@ struct CircleQuantParam
   std::vector<float> max;
   std::vector<float> scale;
   std::vector<int64_t> zerop;
+  int32_t quantized_dimension{0};
 };
 
 } // namespace luci