[TF:XLA] Force DebugOptions to be specified when calling HloModule::CreateModuleConfi...
authorNick Desaulniers <ndesaulniers@google.com>
Tue, 27 Mar 2018 19:55:56 +0000 (12:55 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 27 Mar 2018 19:58:25 +0000 (12:58 -0700)
commit31232f29daffe0e496bea22dffeda9e7945d344c
treebc0d55a4d1060f7479a6b11d5f9a8633ba70584e
parent7fd3ca7ab6e96af7b867c7ae56ac74a3f3393b26
[TF:XLA] Force DebugOptions to be specified when calling HloModule::CreateModuleConfigFromProto

Otherwise it's easy to forget that you likely want the DebugOptions to be `legacy_flags::GetDebugOptionsFromFlags()`.

PiperOrigin-RevId: 190659046
tensorflow/compiler/xla/client/xla_client/BUILD
tensorflow/compiler/xla/client/xla_client/xla_builder_test.cc
tensorflow/compiler/xla/service/hlo_module.cc
tensorflow/compiler/xla/service/hlo_module.h
tensorflow/compiler/xla/service/hlo_runner.cc