[XLA] Change backend_config from string to bytes
PiperOrigin-RevId: 308356931 Change-Id: I0cc440550771c84061cc3e2fcbd1ad2a5fdbd65f
This commit is contained in:
parent
7550e571ac
commit
47a28473e4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user