Home
last modified time | relevance | path

Searched refs:debug_opts (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtesting.cc63 const Shape& shape, Client* client, DebugOptions* debug_opts) { in MakeFakeDataViaDeviceOrDie() argument
70 if (debug_opts) { in MakeFakeDataViaDeviceOrDie()
71 *execution_options.mutable_debug_options() = *debug_opts; in MakeFakeDataViaDeviceOrDie()
80 const Shape& shape, Client* client, DebugOptions* debug_opts /*=nullptr*/) { in MakeFakeDataOrDie() argument
88 return MakeFakeDataViaDeviceOrDie(shape, client, debug_opts); in MakeFakeDataOrDie()
94 return MakeFakeDataViaDeviceOrDie(shape, client, debug_opts); in MakeFakeDataOrDie()
99 DebugOptions* debug_opts /*=nullptr*/) { in MakeFakeArgumentsOrDie() argument
106 results.push_back(MakeFakeDataOrDie(Shape(shape), client, debug_opts)); in MakeFakeArgumentsOrDie()
Dtesting.h35 const Shape& shape, Client* client, DebugOptions* debug_opts = nullptr);
44 DebugOptions* debug_opts = nullptr);
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc383 const auto& debug_opts = module_configs[i]->debug_options(); in BuildExecutables() local
384 if (DumpingEnabledForHloModule(module_protos[i]->name(), debug_opts) && in BuildExecutables()
385 debug_opts.xla_dump_hlo_snapshots()) { in BuildExecutables()
803 const auto& debug_opts = module_config->debug_options(); in BuildExecutable() local
804 if (DumpingEnabledForHloModule(module_proto.name(), debug_opts) && in BuildExecutable()
805 debug_opts.xla_dump_hlo_snapshots()) { in BuildExecutable()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc212 auto debug_opts = DefaultDebugOptionsIgnoringFlags(); in ReplayComputation() local
214 MakeFakeArgumentsOrDie(computation, client, &debug_opts); in ReplayComputation()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc587 const auto& debug_opts = hlo_module.config().debug_options(); in DumpIrIfEnabled() local
602 if (!DumpingToStdout(debug_opts)) { in DumpIrIfEnabled()