Add infrastructure for a backend-specific configuration for each op. This is intentio...
authorBjarke Hammersholt Roune <broune@google.com>
Fri, 4 May 2018 23:51:06 +0000 (16:51 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 5 May 2018 15:33:28 +0000 (08:33 -0700)
commitfa1d92f70adf52d9258384e8528f9a7203a141dd
tree96adccbb0e80a05a2bb74fb29546785d37d8a439
parent037e52e20157985d3f385f8e0426cdde3f5aae2b
Add infrastructure for a backend-specific configuration for each op. This is intentionally not exposed in ComputationBuilder and is not intended for use or to be set at all prior to the last backend-specific part of compilation.

PiperOrigin-RevId: 195493500
14 files changed:
tensorflow/compiler/xla/service/hlo.proto
tensorflow/compiler/xla/service/hlo_computation.cc
tensorflow/compiler/xla/service/hlo_computation.h
tensorflow/compiler/xla/service/hlo_graph_dumper.cc
tensorflow/compiler/xla/service/hlo_graph_dumper.h
tensorflow/compiler/xla/service/hlo_instruction.cc
tensorflow/compiler/xla/service/hlo_instruction.h
tensorflow/compiler/xla/service/hlo_module.cc
tensorflow/compiler/xla/service/hlo_module.h
tensorflow/compiler/xla/service/hlo_verifier.cc
tensorflow/compiler/xla/statusor.h
tensorflow/compiler/xla/statusor_test.cc
tensorflow/compiler/xla/tools/parser/hlo_parser.cc
tensorflow/compiler/xla/tools/parser/hlo_parser_test.cc