Searched refs:debug_opts (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | testing.cc | 63 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()
|
D | testing.h | 35 const Shape& shape, Client* client, DebugOptions* debug_opts = nullptr); 44 DebugOptions* debug_opts = nullptr);
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | replay_computation.cc | 241 auto debug_opts = DefaultDebugOptionsIgnoringFlags(); in ReplayComputation() local 242 debug_opts.set_xla_gpu_asm_extra_flags( in ReplayComputation() 246 MakeFakeArgumentsOrDie(computation, client, &debug_opts); in ReplayComputation()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | service.cc | 333 const auto& debug_opts = module_configs[i]->debug_options(); in BuildExecutables() local 334 if (DumpingEnabledForHloModule(module_protos[i]->name(), debug_opts) && in BuildExecutables() 335 debug_opts.xla_dump_hlo_snapshots()) { in BuildExecutables() 779 const auto& debug_opts = module_config->debug_options(); in BuildExecutable() local 780 if (DumpingEnabledForHloModule(module_proto.name(), debug_opts) && in BuildExecutable() 781 debug_opts.xla_dump_hlo_snapshots()) { in BuildExecutable()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_util.cc | 586 const auto& debug_opts = hlo_module.config().debug_options(); in DumpIrIfEnabled() local 604 if (!DumpingToStdout(debug_opts)) { in DumpIrIfEnabled()
|