Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_config.h109 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
Dcompiler.h93 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
Dhlo_module_config.cc70 StrAppend(&key, debug_options_.DebugString()); in compilation_cache_key()
Dcompiler.cc120 : debug_options_(GetDebugOptionsFromFlags()) {} in AotCompilationOptions()
Dhlo_graph_dumper.cc320 debug_options_(debug_options), in HloDotDumper()
387 const DebugOptions& debug_options_; member in xla::__anonf346b5ae0111::HloDotDumper
633 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()
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h59 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
Dexecutable_build_options.cc46 debug_options_ = GetDebugOptionsFromFlags(); in mutable_debug_options()
48 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()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc114 : debug_options_(debug_options), in MarkForCompilationPassImpl()
424 DebugOptions debug_options_; member in tensorflow::__anonc4d28a150111::MarkForCompilationPassImpl
625 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 …]