[XLA] Redesign: delete the old service interface.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 31 May 2018 05:03:16 +0000 (22:03 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 31 May 2018 05:06:00 +0000 (22:06 -0700)
commitca4bda919793cc2578e5c0f7440525261da16fdf
tree43ab529ccaddafcc5eed0323e77f75795b9f2321
parent52a21f5df5ba0c7eeae91e4f818a6f2b989734cb
[XLA] Redesign: delete the old service interface.
- Computation
- ComputeConstant
- Execute
- ExecuteAsync
- ExecuteParallel
- GetComputationStats
- GetComputationShape
- GetLocalShape
- IsConstant
- LoadComputationSnapshot
- Op
- SetReturnValue
- SnapshotComputation

PiperOrigin-RevId: 198669035
14 files changed:
tensorflow/compiler/xla/client/client.h
tensorflow/compiler/xla/client/xla_client/BUILD
tensorflow/compiler/xla/rpc/grpc_service.cc
tensorflow/compiler/xla/rpc/grpc_service.h
tensorflow/compiler/xla/rpc/grpc_stub.cc
tensorflow/compiler/xla/rpc/grpc_stub.h
tensorflow/compiler/xla/rpc/xla_service.proto
tensorflow/compiler/xla/service/compile_only_service.cc
tensorflow/compiler/xla/service/compile_only_service.h
tensorflow/compiler/xla/service/local_service.cc
tensorflow/compiler/xla/service/local_service.h
tensorflow/compiler/xla/service/service.cc
tensorflow/compiler/xla/service/service.h
tensorflow/compiler/xla/service_interface.h