aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/xla_data.proto
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-01-21 14:39:54 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-21 14:47:25 -0800
commit4fe280c59a71e85b73e9947063147743adf2ff2b (patch)
tree3a7d4e6f32e474a2219acbb74d0467e02de67e8a /tensorflow/compiler/xla/xla_data.proto
parent3117a107285256c2f3071e87a105a1cd8a92e823 (diff)
Added optional string argument to infeed HLO op.
Change: 145188452
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 {