Home
last modified time | relevance | path

Searched refs:debug_options_ (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_config.h73 return debug_options_.xla_hlo_profile(); in hlo_profiling_enabled()
90 const DebugOptions& debug_options() const { return debug_options_; } in debug_options()
93 debug_options_ = debug_options; in set_debug_options()
134 DebugOptions debug_options_; variable
Dcompiler.h83 const DebugOptions& debug_options() const { return debug_options_; } in debug_options()
84 DebugOptions* mutable_debug_options() { return &debug_options_; } in mutable_debug_options()
102 DebugOptions debug_options_; variable
Dhlo_module_config.cc59 StrAppend(&key, debug_options_.DebugString()); in compilation_cache_key()
Dhlo_graph_dumper.cc314 debug_options_(debug_options), in HloDotDumper()
381 const DebugOptions& debug_options_; member in xla::__anon7102e5d00111::HloDotDumper
626 if (debug_options_.xla_hlo_graph_sharding_color() && !highlight) { in DumpSubcomputation()
789 if (!debug_options_.xla_hlo_graph_sharding_color()) { in DumpInstruction()
890 if (debug_options_.xla_hlo_graph_sharding_color()) { in GetInstructionColor()
1158 if (debug_options_.xla_hlo_graph_addresses()) { in GetInstructionNodeExtraInfo()
Dcompiler.cc120 : debug_options_(GetDebugOptionsFromFlags()) {} in AotCompilationOptions()
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h51 bool has_debug_options() const { return debug_options_.has_value(); } in has_debug_options()
52 const DebugOptions& debug_options() const { return *debug_options_; } in debug_options()
79 absl::optional<DebugOptions> debug_options_; variable
Dexecutable_build_options.cc45 debug_options_ = GetDebugOptionsFromFlags(); in mutable_debug_options()
47 return &debug_options_.value(); in mutable_debug_options()
/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.h49 : debug_options_(debug_options) {} in DebugGraphDecorator()
56 DebugOptions debug_options_;
Ddebugger_state_impl.cc54 debug_options_.debug_tensor_watch_opts(), graph, device); in DecorateGraph()
61 debug_options_.debug_tensor_watch_opts()) { in PublishGraph()