We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80472ee commit aedbe72Copy full SHA for aedbe72
tensorflow/lite/core/c/common.h
@@ -322,7 +322,11 @@ typedef struct TfLiteBFloat16 {
322
const char* TfLiteTypeGetName(TfLiteType type);
323
324
/// SupportedQuantizationTypes.
325
+#ifdef __cplusplus
326
typedef enum TfLiteQuantizationType : int {
327
+#else
328
+typedef enum TfLiteQuantizationType {
329
+#endif
330
/// No quantization.
331
kTfLiteNoQuantization = 0,
332
/// Affine quantization (with support for per-channel quantization).
0 commit comments