[XLA] Redesign: delete computation_tracker and user_computation.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 31 May 2018 17:39:33 +0000 (10:39 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 31 May 2018 17:42:16 +0000 (10:42 -0700)
commit38a2a66fa996e20fabfabd4d07505c2daef7ef95
treeeaf3052fafec9d750a7f6677f554b8a010a7cf39
parentf50b61fffb7a65688899a625b689387653c5c798
[XLA] Redesign: delete computation_tracker and user_computation.

PiperOrigin-RevId: 198743117
14 files changed:
tensorflow/compiler/xla/service/BUILD
tensorflow/compiler/xla/service/buffer_assignment_test.cc
tensorflow/compiler/xla/service/channel_tracker.h
tensorflow/compiler/xla/service/compile_only_service.cc
tensorflow/compiler/xla/service/computation_tracker.cc [deleted file]
tensorflow/compiler/xla/service/computation_tracker.h [deleted file]
tensorflow/compiler/xla/service/local_service.cc
tensorflow/compiler/xla/service/service.cc
tensorflow/compiler/xla/service/service.h
tensorflow/compiler/xla/service/user_computation.cc [deleted file]
tensorflow/compiler/xla/service/user_computation.h [deleted file]
tensorflow/compiler/xla/service/user_computation_test.cc [deleted file]
tensorflow/compiler/xla/tools/BUILD
tensorflow/compiler/xla/tools/dumped_computation_to_text.cc