Add INTEGER profile type
PiperOrigin-RevId: 338529319 Change-Id: Ic590e1a35d9f49e158251e5f0c95b607495e3e4b
This commit is contained in:
parent
d3095a15b6
commit
652de04b91
@ -250,6 +250,7 @@ enum ProfileType {
|
||||
INVALID = 0;
|
||||
WINDOW = 1;
|
||||
FLAG = 2;
|
||||
INTEGER = 3;
|
||||
}
|
||||
|
||||
// Symbolization metadata for HLO Instructions.
|
||||
|
Loading…
Reference in New Issue
Block a user