Add INTEGER profile type

PiperOrigin-RevId: 338529319
Change-Id: Ic590e1a35d9f49e158251e5f0c95b607495e3e4b
This commit is contained in:
A. Unique TensorFlower 2020-10-22 12:43:32 -07:00 committed by TensorFlower Gardener
parent d3095a15b6
commit 652de04b91

View File

@ -250,6 +250,7 @@ enum ProfileType {
INVALID = 0;
WINDOW = 1;
FLAG = 2;
INTEGER = 3;
}
// Symbolization metadata for HLO Instructions.