From cf9dfcf7f23ddea186a0a07438439da767150065 Mon Sep 17 00:00:00 2001 From: Hyukjin Jeong Date: Wed, 6 Nov 2024 17:09:17 +0900 Subject: [PATCH] [circlechef] Fix comment (#14310) This updates comment to mention circle schema. ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong --- compiler/circlechef/proto/circlechef.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;