Skip to content

Commit

Permalink
[circlechef] Fix comment (#14310)
Browse files Browse the repository at this point in the history
This updates comment to mention circle schema.

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]>
  • Loading branch information
jinevening authored Nov 6, 2024
1 parent a976405 commit da3e986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/circlechef/proto/circlechef.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da3e986

Please sign in to comment.