aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/xla_data.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/xla_data.proto')
-rw-r--r--tensorflow/compiler/xla/xla_data.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/xla_data.proto b/tensorflow/compiler/xla/xla_data.proto
index 4a19d86e77..e142186319 100644
--- a/tensorflow/compiler/xla/xla_data.proto
+++ b/tensorflow/compiler/xla/xla_data.proto
@@ -380,6 +380,9 @@ message ConvolveRequest {
message InfeedRequest {
// The shape of the data returned by reading the device's infeed buffer.
Shape shape = 2;
+
+ // Additional infeed configuration for the backend.
+ string config = 3;
}
message CallRequest {