[XLA] Add XlaBuilder. This is the first step of implementing the client-service inter...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 14 Mar 2018 18:49:04 +0000 (11:49 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 14 Mar 2018 18:57:18 +0000 (11:57 -0700)
commit6b4b9d5c16cddebf6a91b0d027848c3c12371982
tree9988a6b13f884ec9aa83804860b2e0b9c985ed78
parent655358afc90f426c2d7a9daaf81007d203408cdd
[XLA] Add XlaBuilder. This is the first step of implementing the client-service interface redesign. Implemented ops: Add, Call, Constant, Parameter.

PiperOrigin-RevId: 189061445
tensorflow/BUILD
tensorflow/compiler/xla/client/xla_client/BUILD [new file with mode: 0644]
tensorflow/compiler/xla/client/xla_client/xla_builder.cc [new file with mode: 0644]
tensorflow/compiler/xla/client/xla_client/xla_builder.h [new file with mode: 0644]
tensorflow/compiler/xla/client/xla_client/xla_builder_test.cc [new file with mode: 0644]
tensorflow/compiler/xla/service/hlo.proto
tensorflow/compiler/xla/service/shape_inference.cc
tensorflow/compiler/xla/service/shape_inference.h