[XLA] Change backend_config from string to bytes

PiperOrigin-RevId: 308356931
Change-Id: I0cc440550771c84061cc3e2fcbd1ad2a5fdbd65f
This commit is contained in:
David Majnemer 2020-04-24 17:24:07 -07:00 committed by TensorFlower Gardener
parent 7550e571ac
commit 47a28473e4

View File

@ -171,7 +171,7 @@ message HloInstructionProto {
xla.OpSharding sharding = 40;
// Backend configuration for the instruction. Has backend-specific meaning.
string backend_config = 43;
bytes backend_config = 43;
// Cross replica op fields.
repeated ReplicaGroup replica_groups = 49;