Searched refs:debug_options_ (Results 1 – 9 of 9) sorted by relevance
73 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
83 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
59 StrAppend(&key, debug_options_.DebugString()); in compilation_cache_key()
314 debug_options_(debug_options), in HloDotDumper()381 const DebugOptions& debug_options_; member in xla::__anon7102e5d00111::HloDotDumper626 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()
120 : debug_options_(GetDebugOptionsFromFlags()) {} in AotCompilationOptions()
51 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
45 debug_options_ = GetDebugOptionsFromFlags(); in mutable_debug_options()47 return &debug_options_.value(); in mutable_debug_options()
49 : debug_options_(debug_options) {} in DebugGraphDecorator()56 DebugOptions debug_options_;
54 debug_options_.debug_tensor_watch_opts(), graph, device); in DecorateGraph()61 debug_options_.debug_tensor_watch_opts()) { in PublishGraph()