diff --git a/compiler/circlechef/proto/circlechef.proto b/compiler/circlechef/proto/circlechef.proto index 7562e10c884..9ecdcb5a4e0 100644 --- a/compiler/circlechef/proto/circlechef.proto +++ b/compiler/circlechef/proto/circlechef.proto @@ -12,7 +12,7 @@ package circlechef; // - Added name, version(default as 1), graph in ModelRecipe // -// This enum value corresponds to TensorType in TensorFlow Lite schema +// This enum value corresponds to TensorType in Circle schema enum TensorType { MXINT8 = -7; MXFP4 = -6;