[XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.
authorJustin Lebar <jlebar@google.com>
Thu, 31 May 2018 18:43:37 +0000 (11:43 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 31 May 2018 18:46:25 +0000 (11:46 -0700)
commit10fa513e15691681903a472d251fa8eadca1f239
treeca5f4f67ee81e5ea30462c9c367c1b45c71a22cd
parent38a2a66fa996e20fabfabd4d07505c2daef7ef95
[XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.

PiperOrigin-RevId: 198754463
16 files changed:
tensorflow/compiler/xla/BUILD
tensorflow/compiler/xla/scanner.cc [deleted file]
tensorflow/compiler/xla/scanner.h [deleted file]
tensorflow/compiler/xla/scanner_test.cc [deleted file]
tensorflow/compiler/xla/service/BUILD
tensorflow/compiler/xla/service/compiler.cc
tensorflow/compiler/xla/service/compiler.h
tensorflow/compiler/xla/service/hlo_graph_dumper.cc
tensorflow/compiler/xla/service/hlo_instruction.cc
tensorflow/compiler/xla/service/hlo_instruction.h
tensorflow/compiler/xla/tools/parser/hlo_parser.cc
tensorflow/compiler/xla/tools/parser/hlo_parser_test.cc
tensorflow/core/BUILD
tensorflow/core/platform/default/build_config.bzl
tensorflow/core/platform/default/human_readable_json.cc [new file with mode: 0644]
tensorflow/core/platform/human_readable_json.h [new file with mode: 0644]