Searched refs:debug_options_ (Results 1 – 10 of 10) sorted by relevance
109 return debug_options_.xla_hlo_profile(); in hlo_profiling_enabled()113 return debug_options_.xla_cpu_enable_xprof_traceme(); in cpu_traceme_enabled()160 const DebugOptions& debug_options() const { return debug_options_; } in debug_options()163 debug_options_ = debug_options; in set_debug_options()274 DebugOptions debug_options_; variable
93 const DebugOptions& debug_options() const { return debug_options_; } in debug_options()94 DebugOptions* mutable_debug_options() { return &debug_options_; } in mutable_debug_options()127 DebugOptions debug_options_; variable
70 StrAppend(&key, debug_options_.DebugString()); in compilation_cache_key()
120 : debug_options_(GetDebugOptionsFromFlags()) {} in AotCompilationOptions()
320 debug_options_(debug_options), in HloDotDumper()387 const DebugOptions& debug_options_; member in xla::__anonf346b5ae0111::HloDotDumper633 if (debug_options_.xla_hlo_graph_sharding_color() && !highlight) { in DumpSubcomputation()799 if (!debug_options_.xla_hlo_graph_sharding_color()) { in DumpInstruction()905 if (debug_options_.xla_hlo_graph_sharding_color()) { in GetInstructionColor()1196 if (debug_options_.xla_hlo_graph_addresses()) { in GetInstructionNodeExtraInfo()
59 bool has_debug_options() const { return debug_options_.has_value(); } in has_debug_options()60 const DebugOptions& debug_options() const { return *debug_options_; } in debug_options()145 absl::optional<DebugOptions> debug_options_; variable
46 debug_options_ = GetDebugOptionsFromFlags(); in mutable_debug_options()48 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()
114 : debug_options_(debug_options), in MarkForCompilationPassImpl()424 DebugOptions debug_options_; member in tensorflow::__anonc4d28a150111::MarkForCompilationPassImpl625 if (!debug_options_.ignore_deadness_checks) { in Initialize()854 if (debug_options_.dump_graphs) { in CreateClusters()877 if (cluster->effective_cluster_size() >= debug_options_.min_cluster_size || in CreateClusters()898 if (debug_options_.dump_graphs) { in DumpDebugInfo()1149 if (*debug_options_.fuel >= std::numeric_limits<int64>::max() / 2) { in FindCompilationCandidates()1154 VLOG(2) << "Starting fuel: " << *debug_options_.fuel; in FindCompilationCandidates()1173 if (*debug_options_.fuel <= 0) { in FindCompilationCandidates()1308 --(*debug_options_.fuel); in FindCompilationCandidates()[all …]